Add simple implication constraint
Add an implication constraint, along the lines of
Submitted by Hendrik van Antwerpen on 8 September 2016 at 13:15C1 => C2
. Whenever theC1
is solved, we try solvingC2
. It makes sense to have a version where you have a constraint as well for the case thatC1
is not satisfiable.
Log in to post comments