mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Remove wrong assertion
This commit is contained in:
@@ -70,4 +70,3 @@ def test_subtour():
|
|||||||
assert x[4,5] == 1.0
|
assert x[4,5] == 1.0
|
||||||
solver.fit([instance])
|
solver.fit([instance])
|
||||||
solver.solve(instance)
|
solver.solve(instance)
|
||||||
assert False
|
|
||||||
|
|||||||
Reference in New Issue
Block a user