-
Notifications
You must be signed in to change notification settings - Fork 378
Feature/breaks #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/breaks #303
Conversation
After spending a significant amount of time fiddling with the first idea of actually inserting breaks as "special" jobs in On the other hand, if we don't include breaks directly in
Also in case of several breaks for a vehicle at a given rank (think an empty route at the beginning of the heuristic), we need to account for the insertion position of new jobs with regard to breaks. The best way to do this is probably to expose this position to the above validity checks and update functions. EDIT: I updated the task list accordingly. |
Issue
This PR targets #186
Tasks
TWRoute::route
add
timing validity checksadd
route updatesreplace
timing validity checksreplace
route updatesremove
timing validity checksremove
route updateslibvroom
exampledocs/API.md
CHANGELOG.md