Click or drag to resize
ModifiedMakespanGetCost Method

[Missing <summary> documentation for "M:MAPFsimulator.ModifiedMakespan.GetCost(System.Collections.Generic.List{MAPFsimulator.Plan})"]

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int GetCost(
	List<Plan> sol
)

Parameters

sol
Type: System.Collections.GenericListPlan

[Missing <param name="sol"/> documentation for "M:MAPFsimulator.ModifiedMakespan.GetCost(System.Collections.Generic.List{MAPFsimulator.Plan})"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:MAPFsimulator.ModifiedMakespan.GetCost(System.Collections.Generic.List{MAPFsimulator.Plan})"]

Implements

CostFunctionGetCost(ListPlan)
See Also