Floor Shop Scheduling #4906
Replies: 1 comment 1 reply
-
|
mostly everything is possible, but your description is way too vague |
Beta Was this translation helpful? Give feedback.
1 reply
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
I am trying to schedule tasks on 2 lines, different production rate for each line. Orders should be placed not only into empty slot, but they should also consider adjacent orders - each order has some parameters. Is it possible somehow to specify constraint for new order based on adjacent orders parameters (like, abs(new_order_param - adjacent_order_param) < 100 )?
Beta Was this translation helpful? Give feedback.
All reactions