Originally posted by: sandeepsinghchauhan
tuple Tcapacity
{
int Level;
int c;
}
{Tcapacity} capacity = ...;
execute{
for(var P in capacity){
if ([P.Level]= 1){
}
}
}
ERROR
The collection "capacity" is immutable because it is referenced by another element.
please help
#DecisionOptimization#OPLusingCPLEXOptimizer