Hi
I am currently stuck trying to update my route structure for optimizing the production scheduling.
I am hoping someone has an idea to get me further in this process.
I am trying to setup a route for my production which selects the same production line for 3 following operations.
I have 3 production lines which are similar with 3 different machines/steps.
First machine for each line is for operation 10, second for operation 20 and third for operation 30.
Job Scheduling should be able to choose freely between the 3 lines for the first operation, but then lock to that specific line for the next operations.
Eg. Line 1, machine 1 is chosen, it should always go to line 1, machine 2 in the next operation.