Posts the constraint, that is call CPConstraint.post() and
computes the fix-point.
A InconsistencyException is thrown
if by posting the constraint it is proven that there is no solution.
Posts the constraint that is call CPConstraint.post()
and optionally computes the fix-point.
A InconsistencyException is thrown
if by posting the constraint it is proven that there is no solution.
Parameters:
c - the constraint to be posted
enforceFixPoint - is one wants to compute the fix-point after
fixPoint
voidfixPoint()
Computes the fix-point with all the scheduled constraints.