|  | PlanGraphGeneratorMarkMinimumSpanningArborescence Method | 
            Marks the minimum spanning arborescence of a plan graph by setting the IncomingMSAEdge
            fields for all nodes
            
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
 Syntax
Syntaxpublic 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
See Also