Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed May 21, 2024
1 parent 8abcb8b commit 0d6af5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_globalconstraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,6 @@ def test_precedence(self):
iv = cp.intvar(0,5, shape=6, name="x")

cons = cp.Precedence(iv, [0,2,1])
for c in cons.decompose()[0]:
print(c)

self.assertTrue(cp.Model([cons, iv == [0,2,2,1,0,1]]).solve())
self.assertTrue(cp.Model([cons, iv == [0,0,0,0,0,0]]).solve())

Expand Down

0 comments on commit 0d6af5a

Please sign in to comment.