Feature
I would like to request a feature to only schedule breaks at a time, where the respective vehicle is empty (load is empty).
Motivation
We work with public transport so we transport people. For obvious reasons, we cannot schedule a break at a time, where customers are still inside the vehicle, so this would be an essential feature for all use-cases, where people are transported (with time-windows).
API
For the API, this could be achieved by setting an additional parameter (e.g. while_transport) to the break input definition:
| Key |
Description |
id |
integer |
time_windows |
an array of time_window objects describing valid slots for break start |
[while_transport] |
a boolean, that is true if the break can happen while transporting load |
[service] |
break duration (defaults to 0) |
[description] |
a string describing this break |
Implementation
As we previously discussed here, this might be possible with adapting
TWRoute::is_valid_addition_for_tw.
Support
We would be willing to fund the implementation of this feature. Would it be possible to get a quote for this?
Feature
I would like to request a feature to only schedule breaks at a time, where the respective vehicle is empty (load is empty).
Motivation
We work with public transport so we transport people. For obvious reasons, we cannot schedule a break at a time, where customers are still inside the vehicle, so this would be an essential feature for all use-cases, where people are transported (with time-windows).
API
For the API, this could be achieved by setting an additional parameter (e.g.
while_transport) to the break input definition:idtime_windowstime_windowobjects describing valid slots for break startwhile_transport]service]description]Implementation
As we previously discussed here, this might be possible with adapting
TWRoute::is_valid_addition_for_tw.Support
We would be willing to fund the implementation of this feature. Would it be possible to get a quote for this?