Click or drag to resize
PlanTableCheckSwappingConflict Method

[Missing <summary> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private bool CheckSwappingConflict(
	List<Vertex> last,
	int id,
	List<Vertex> current,
	Vertex v
)

Parameters

last
Type: System.Collections.GenericListVertex

[Missing <param name="last"/> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

current
Type: System.Collections.GenericListVertex

[Missing <param name="current"/> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

v
Type: MAPFsimulatorVertex

[Missing <param name="v"/> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.PlanTable.CheckSwappingConflict(System.Collections.Generic.List{MAPFsimulator.Vertex},System.Int32,System.Collections.Generic.List{MAPFsimulator.Vertex},MAPFsimulator.Vertex)"]

See Also