Originally posted by: felycite28
Hello ,
range m=1..N;//number of the machines , N=5
range t=1..T;//number of the periods , N=3
dvar int I[m][t]; //inventory variable
each period I am working with N machine so at the beginning of each period I will have some inventory from the previous but I have to say to the model , at the beginning where t=0 , there is no inventory . So I am trying to say I[5][0]=0
Thank you
#CPLEXOptimizers#DecisionOptimization