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.2
Syntax
C#
public abstract PlanEdge GetCheapestIncoming(
	PlanPseudoNode excludeTopNode,
	out float cost
)

Parameters

excludeTopNode
Type: de.unika.ipd.grGen.lgspPlanPseudoNode
cost
Type: SystemSingle

Return Value

Type: PlanEdge
See Also