ReservationGetSafeIntervalViolations Method |
Vraci list poruseni bezpecnych intervalu.
Violation je ctverice - id agenta, cas, delka jeho bezpecneho intervalu (ktery je mensi, nez by mel byt) a id druheho agenta, ktery prijizdi bezprostredne po id.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Tuple<int, int, int, int>> GetSafeIntervalViolations()
Public Function GetSafeIntervalViolations As List(Of Tuple(Of Integer, Integer, Integer, Integer))
public:
List<Tuple<int, int, int, int>^>^ GetSafeIntervalViolations()
member GetSafeIntervalViolations : unit -> List<Tuple<int, int, int, int>>
Return Value
Type:
ListTupleInt32,
Int32,
Int32,
Int32[Missing <returns> documentation for "M:MAPFsimulator.Reservation.GetSafeIntervalViolations"]
See Also