Originally posted by: ChWeil
Yes, it respect the noOverlap constraint for every scenario/duration. But in the end I want to have only one sequence with start and finish time
So have 20 scenarios with different probabilities
for example in Scenario 1:
Job1 start=100, finish=200
Job2 start=220, finish 250
Job3 start=250, finish=320
in Scenario 2:
Job1 start=90, finish=200
Job2 start=220, finish=260
Job3 start=260, finish=340
...
Now if I wanna have one result over all scenarios, I multiply start and finish time of each scenario with a certain probability.
The problem in my case is that I get in an overall result like
Job1 start=95, finish=200
Job2 start=220, finish=260
Job3 start=250, finish=355
So my hunch is that there are so many different start and completion times because of the amount of scenarios that this happens for the final "average".
In my model, there are also big gaps (much bigger that the setup times in the transition matrix) between two consecutive jobs which I cannot explain.
Do you have any idea to solve this problem?
Best
#DecisionOptimization#OPLusingCPOptimizer