Click or drag to resize
PlanProcessingGetConflictSet Method
Vrati konfliktni mnozinu pro ulozeny plan. Delka bezpecneho intervalu je cislo intervalLength.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<Vertex, int> GetConflictSet(
	int intervalLength
)

Parameters

intervalLength
Type: SystemInt32

[Missing <param name="intervalLength"/> documentation for "M:MAPFsimulator.PlanProcessing.GetConflictSet(System.Int32)"]

Return Value

Type: DictionaryVertex, Int32

[Missing <returns> documentation for "M:MAPFsimulator.PlanProcessing.GetConflictSet(System.Int32)"]

See Also