Configure time windows
masterThe actual start time of a task must fall within its time_windows.
Timing Behavior:
- If a vehicle arrives before a window starts, it may wait.
setupandservicetimes occur immediately after the start time and can extend past the window end.
Window Formats:
- Relative values: e.g.,
[0, 14400](a 4-hour window from the start of the planning horizon). Outputarrivaltimes will be relative to the horizon start. - Absolute values: Real timestamps. Output
arrivaltimes will be interpreted as timestamps.
If no time_window is provided, the task can be performed at any time permitted by other constraints.