Click or drag to resize

PlanGraphGeneratorMarkMinimumSpanningArborescence Method

Marks the minimum spanning arborescence of a plan graph by setting the IncomingMSAEdge fields for all nodes

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void MarkMinimumSpanningArborescence(
	PlanGraph planGraph,
	string dumpName,
	bool dumpSearchPlan
)

Parameters

planGraph  PlanGraph
The plan graph to be marked
dumpName  String
Names the dump targets if dump compiler flags are set
dumpSearchPlan  Boolean
If true, generated search plans are dumped in VCG and TXT files in the current directory.
See Also