Batching of jobs, priorities/makespan #3645
-
Hi experts, I need help understanding how to expand the job shop examples to add batching of jobs:
|
Beta Was this translation helpful? Give feedback.
Answered by
lperron
Aug 4, 2023
Replies: 1 comment
-
For each order: create a start and an end var. start = min(all start vars in order), end = max(all end vars in order). Create an interval from these. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lperron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For each order: create a start and an end var. start = min(all start vars in order), end = max(all end vars in order). Create an interval from these.
Add these order intervals to a cumulative constraint.