Originally posted by: CPlex_NooBie
A similar constraint which goes like:
And the code is as follows:
forall(i in Itransfer,b in batch:b == minl((betTransmin[i]-1),betamin[i]),bb in batch:bb==betTransmin[i],ii in last(Ipred[i])..last(Ipred[i]),s in 2..2,j in J2[i]:card(Ipred[i])>0){
// const16:
Y[i][b][s][j]==Y[ii][bb][s][j+1];
}
The error which I see is :
1.Exception from IBM ILOG Concert:IloIntCollection getSubstitutionAsIntCollection.
2. IloIntCollection getSubstitutionAsIntCollection.
I can't go around this!Thanks
#DecisionOptimization