Originally posted by: SystemAdmin
[hidedeep2008 said:]
I have two kinds of two dimensional iteration:
1. forall(i in I, j in J)
process...;
2. forall(i in I)
forall(j in J)
process...;
do they mean the same?
and the iteration order between the two dimension matters or not?
#DecisionOptimization#OPLusingCPOptimizer