Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed Mar 25, 2024
1 parent 193a46e commit 46c9049
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@ def test_choco(self):
])
m += sum(bv) == len(bv)
s = cp.SolverLookup.get("choco", m)
s.solve()

print(bv.value())
print(iv.value())
self.assertFalse(s.solve())

m = cp.Model(~(iv[0] != iv[1]))
Expand Down

0 comments on commit 46c9049

Please sign in to comment.