Refactor ObjectiveComponent

This commit is contained in:
2021-01-26 22:16:46 -06:00
parent 2e845058fc
commit 603902e608
5 changed files with 158 additions and 61 deletions

View File

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