Objective: Refactoring

This commit is contained in:
2021-04-03 18:52:17 -05:00
parent 185b95118a
commit ea5c35fe18
5 changed files with 90 additions and 112 deletions

View File

@@ -133,7 +133,7 @@ def test_simulate_perfect():
simulate_perfect=True,
)
stats = solver.solve(tmp.name)
assert stats["Lower bound"] == stats["Objective: Predicted LB"]
assert stats["Lower bound"] == stats["Objective: Predicted lower bound"]
def test_gap():