Is it possible to use timewindows as soft constraints? #93
-
We have delivery jobs with timewindows and we need to complete all the jobs even when some of the timewindows are violated. Is it possible to calculate solutions that do not strictly take the time windows into account, but allow early / late arrivals if necessary for jobs that would otherwise be unassigned? |
Beta Was this translation helpful? Give feedback.
Answered by
reinterpretcat
Dec 10, 2022
Replies: 1 comment 1 reply
-
No, at this point time windows are hard constraints and their violations is not allowed. However, I think it is possible to implement such requirement as a new soft constraint. This would require:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MxNxP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, at this point time windows are hard constraints and their violations is not allowed. However, I think it is possible to implement such requirement as a new soft constraint. This would require: