Originally posted by: Wahiba123
Hello, the model still not working. It returns errors for the "noOverlap" and the "TypeOfPrev". Next is the data file:
.dat
n=5;
m=3;
L=3;
limit=150;
P=[[
51,6,94,98,50],
[10,62,22,78,87],
[30,82,4,72,16],
];
M=[
[10,8,6],
[4,1,2],
[10,8,9],
];
Let me explain my problem much more.
What I want to get is a sequence with the same order of "itvs" from the first to the last machine. For the "mts", which designates the breaks interval in this case,has to be processed (each time the total processing time in each machine reaches the limit) first by first (for example for the first machine the first break is about 10 the next about 8 and the last one is about 6).
Thanks.
#DecisionOptimization#OPLusingCPOptimizer