mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-11 03:48:52 -06:00
Refactor StaticLazy; remove old constraint methods
This commit is contained in:
@@ -50,7 +50,6 @@ def test_redundancy() -> None:
|
||||
solver.relax_constraints(["c1"])
|
||||
stats = solver.solve_lp()
|
||||
assert stats.lp_value == 2.0
|
||||
assert solver.is_constraint_satisfied(["c1"]) == [False]
|
||||
|
||||
solver.enforce_constraints(["c1"])
|
||||
stats = solver.solve_lp()
|
||||
|
||||
Reference in New Issue
Block a user