Click or drag to resize
ExecutionTypOfConf Method
Rozlisuje, jaky typ konfliktu mezi agenty nastal (pro contigency robustnost).

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void TypOfConf(
	List<Plan> plans,
	int ag1,
	int ag2,
	int vertex1,
	int vertex2
)

Parameters

plans
Type: System.Collections.GenericListPlan

[Missing <param name="plans"/> documentation for "M:MAPFsimulator.Execution.TypOfConf(System.Collections.Generic.List{MAPFsimulator.Plan},System.Int32,System.Int32,System.Int32,System.Int32)"]

ag1
Type: SystemInt32

[Missing <param name="ag1"/> documentation for "M:MAPFsimulator.Execution.TypOfConf(System.Collections.Generic.List{MAPFsimulator.Plan},System.Int32,System.Int32,System.Int32,System.Int32)"]

ag2
Type: SystemInt32

[Missing <param name="ag2"/> documentation for "M:MAPFsimulator.Execution.TypOfConf(System.Collections.Generic.List{MAPFsimulator.Plan},System.Int32,System.Int32,System.Int32,System.Int32)"]

vertex1
Type: SystemInt32

[Missing <param name="vertex1"/> documentation for "M:MAPFsimulator.Execution.TypOfConf(System.Collections.Generic.List{MAPFsimulator.Plan},System.Int32,System.Int32,System.Int32,System.Int32)"]

vertex2
Type: SystemInt32

[Missing <param name="vertex2"/> documentation for "M:MAPFsimulator.Execution.TypOfConf(System.Collections.Generic.List{MAPFsimulator.Plan},System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also