 | 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.2
Syntaxpublic static void MarkMinimumSpanningArborescence(
PlanGraph planGraph,
string dumpName,
bool dumpSearchPlan
)
Parameters
- planGraph
- Type: de.unika.ipd.grGen.lgspPlanGraph
The plan graph to be marked - dumpName
- Type: SystemString
Names the dump targets if dump compiler flags are set - dumpSearchPlan
- Type: SystemBoolean
If true, generated search plans are dumped in VCG and TXT files in the current directory.
See Also