Click or drag to resize

SearchPlanGraphGeneratorAndSchedulerGenerateSearchPlanGraph Method

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.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static SearchPlanGraph GenerateSearchPlanGraph(
	PlanGraph planGraph
)

Parameters

planGraph
Type: de.unika.ipd.grGen.lgspPlanGraph
The source plan graph

Return Value

Type: SearchPlanGraph
A new search plan graph
See Also