All,
I am struggling to find a solution for this.
In one assembly line there are 4 different products being produced. They all have to follow the same sequence of stations (7 stations), but each product has a different time per station.
I figured out the different time per station based on product, but now I am trying to figure out how to schedule / sequence the 4 different products, and I want to be able to switch the sequence / schedule around to find the optimal schedule
For example: one simulation will be to run all product 1 one day, product 2 the next day, product 3 the day after that, ...
Another simulation would be to alternate product 1, then 4, then 3, then 2 in sequence until the end of the week.
Any suggestions?