Click or drag to resize
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: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Tuple<int, int, int, int>> GetSafeIntervalViolations()

Return Value

Type: ListTupleInt32, Int32, Int32, Int32

[Missing <returns> documentation for "M:MAPFsimulator.Reservation.GetSafeIntervalViolations"]

See Also