Originally posted by: SystemAdmin
Hi every body,
can we have a discussion about the difference between:
or(ordered i,j in 1..10) (x[i]==x[j]);
and:
or (ordered i,j in 1..10) (x[i]==x[j]) == 1;
is it really more efficient ?
NL
#ConstraintProgramming-General#DecisionOptimization