Click or drag to resize

PlanPseudoNodeGetCheapestIncoming 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 abstract PlanEdge GetCheapestIncoming(
	PlanPseudoNode excludeTopNode,
	out float cost
)

Parameters

excludeTopNode  PlanPseudoNode
 
cost  Single
 

Return Value

PlanEdge
See Also