Originally posted by: SystemAdmin
[shaw said:]
Thanks for decoding my reply. A typo seems to have corrupted
the last expression and its font. I just wanted to follow up to say
that your filtering expression on the forall can be stronger than the
one you use. For example, adding the difference constraint on
x[5] - x[2] != x[6] - x[2]
is pointless. In addition, you don't break symmetries with your rule
and so you will add each difference constraint twice. i.e. you would also add:
x[6] - x[2] != x[5] - x[2]
Paul
#DecisionOptimization#OPLusingCPOptimizer