Originally posted by: open_ball
Hi,
Suppose I define the followings;
String x = ["x1","x2","x3]
int y = 1..20;
dvar int+ V[x][y];
When I have x1, y should go up to 10, when I have x2, y should go up to 15, and when I have x3, y should go up to 20.
When I create my constraints and do (forall x, for all y), I do not want to create the redundant variables. What is the best way to do so?
#DecisionOptimization#OPLusingCPLEXOptimizer