-
Notifications
You must be signed in to change notification settings - Fork 48
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
Multiple time windows per location #8
Comments
Aah, good to hear! Maybe I can figure this out... |
Here are som epointers:
|
Any status on this? This will be quite useful. |
#26 is a first take on it. You can test it, run it out to completion, and then use it I guess. |
We should expose the possibility to specify multiple time windows per location.
Use-case: you can service a location between 9am--11am and between 1pm--3pm.
Implementation:
CumulVar(n)->SetRange(minStart, maxStop)
CumulVar(n)->RemoveInterval(stop, start)
.The text was updated successfully, but these errors were encountered: