 | PlanNodeGetCheapestIncoming Method |
Returns the cheapest incoming plan edge and its cost,
excluding nodes contained within the given top super node (if given)
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic override PlanEdge GetCheapestIncoming(
PlanPseudoNode excludeTopNode,
out float minCost
)
Parameters
- excludeTopNode PlanPseudoNode
-
- minCost Single
-
Return Value
PlanEdge
See Also