mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 09:58:51 -06:00
Convert MIPSolveStats into dataclass
This commit is contained in:
@@ -16,7 +16,7 @@ def test_stab() -> None:
|
||||
instance = MaxWeightStableSetInstance(graph, weights)
|
||||
solver = LearningSolver()
|
||||
stats = solver.solve(instance)
|
||||
assert stats["Lower bound"] == 2.0
|
||||
assert stats["mip_lower_bound"] == 2.0
|
||||
|
||||
|
||||
def test_stab_generator_fixed_graph() -> None:
|
||||
|
||||
Reference in New Issue
Block a user