Click or drag to resize

SearchPlanGraphGeneratorAndScheduler Class

Class for generating a search plan graph out of a plan graph and for creating a schedule out of it.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspSearchPlanGraphGeneratorAndScheduler

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static class SearchPlanGraphGeneratorAndScheduler

The SearchPlanGraphGeneratorAndScheduler type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateSearchPlanGraph
Generate search plan graph out of the plan graph, search plan graph only contains edges chosen by the MSA algorithm. Edges in search plan graph are given in the nodes by outgoing list, as needed for scheduling, in contrast to incoming list in plan graph, as needed for MSA computation.
Public methodStatic memberIsOperationAnInlinedIndependentElement
Public methodStatic memberScheduleSearchPlan
Generates a scheduled search plan for a given search plan graph
Top
See Also