Originally posted by: SystemAdmin
Hi,
i would like to develope this constraint with ilog opl5.5 cplex :
Xij=0, Ѵ i,j
tel que DA[i]< roul[j].DL[k]
Ѵ k
I develop this constraint as follows but the result is incorrect:
forall(i in I,j in J,k in K)
if (DA[i]< roul[j].DL[k])
X[i][j]=0;
Could you help me please???
thanks in advanced
#DecisionOptimization#OPLusingCPLEXOptimizer