Click or drag to resize

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.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public override PlanEdge GetCheapestIncoming(
	PlanPseudoNode excludeTopNode,
	out float minCost
)

Parameters

excludeTopNode  PlanPseudoNode
 
minCost  Single
 

Return Value

PlanEdge
See Also