Replies: 1 comment 5 replies
-
We don't currently support re-loading of The 2 main ways to tackle this right now is either to:
Maybe the rest of the Solver team has other ideas on how to resolve this. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Teams and all.
I need to plan the jobs of products in a factory. Each job can be assigned to a particular machine. There are two workshops, A and B, which contain some machines. Now there is a rule: all jobs from the same product can only be assigned to machines that are in the same workshop.
For instance:
I can easily achieve this requirement by using a hard constraint, but it depends on the optimization. When a dataset is huge and a product has more jobs, it is difficult to ensure that this constraint can be fully satisfied. Is there a more direct way to achieve this requirement without using constraints?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions