Exploit equalities to make smarter grounding

Issue #453 new
Bart Bogaerts created an issue

Consider a constraint

#{...} >= 10

this constraint had far better propagation than the set of constraints

C = #{...}

C >= 10

However, C is simply a reification. We should exploit this knowledge...

Comments (0)

  1. Log in to comment