Skip to content

Commit

Permalink
woops2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed May 21, 2024
1 parent 16ec8ea commit 9c1412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ def test_reify_imply_constraints(solver, constraint):
"""
assert SolverLookup.get(solver, Model(constraint)).solve()
assert constraint.value(), f"Constraint {constraint} is not satisfied ({constraint.value()}), arguments: {[c.value() for c in constraint.args[0].args[0].args[0]]}, {[c.value() for c in constraint.args[0].args[0].args[1]]} "
; V

0 comments on commit 9c1412a

Please sign in to comment.