PlanProcessingGetConflictSet Method |
Vrati konfliktni mnozinu pro ulozeny plan. Delka bezpecneho intervalu je cislo intervalLength.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<Vertex, int> GetConflictSet(
int intervalLength
)
Public Function GetConflictSet (
intervalLength As Integer
) As Dictionary(Of Vertex, Integer)
public:
Dictionary<Vertex, int>^ GetConflictSet(
int intervalLength
)
member GetConflictSet :
intervalLength : int -> Dictionary<Vertex, int>
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