ExecutionIsSwappingConflict Method |
Vraci true, pokud byl v planech agentu v case time detekovan konflikt vymeny vrcholu.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual bool IsSwappingConflict(
int time
)
Protected Overridable Function IsSwappingConflict (
time As Integer
) As Boolean
protected:
virtual bool IsSwappingConflict(
int time
)
abstract IsSwappingConflict :
time : int -> bool
override IsSwappingConflict :
time : int -> bool
Parameters
- time
- Type: SystemInt32
[Missing <param name="time"/> documentation for "M:MAPFsimulator.Execution.IsSwappingConflict(System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MAPFsimulator.Execution.IsSwappingConflict(System.Int32)"]
See Also