Originally posted by: arjaree
Hi,
Thanks a million for your help, Alex. Now I'm facing some more problems.
1. I can't use forall (b in M[i]) ....what is the correct way of coding that?
2. Let {int} X[I]=[{2}, {3}];
{int} C=union (i in I) X[i];
then I can't use sum(i in I, t in T) (Inv[i][X[i]][t];
3. If i have one extra array dimension (makes it to be 4D) and this b-index is depending on both the i-index and this new index-r as well...will it also works the same way?
Thanks for your help in advance
Kind Regards
#DecisionOptimization#OPLusingCPLEXOptimizer