mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Fix failing test
This commit is contained in:
@@ -64,4 +64,4 @@ def test_add_components():
|
||||
solver.add(LazyConstraintsComponent())
|
||||
solver.add(LazyConstraintsComponent())
|
||||
assert len(solver.components) == 1
|
||||
assert "BranchPriorityComponent" in solver.components
|
||||
assert "LazyConstraintsComponent" in solver.components
|
||||
|
||||
Reference in New Issue
Block a user