Originally posted by: SystemAdmin
Hi everybody,
in the examples given in the distribution of opl, I found two different methods to declare an array:
int tab[i in 1..n] in 1..m;
and:
int tab[1..n] in 1..m;
is there a difference between both?
#ConstraintProgramming-General#DecisionOptimization