Rename before/after_solve to before/after_solve_mip

This commit is contained in:
2021-03-30 09:00:02 -05:00
parent bcaf26b18c
commit 6ae052c8d0
15 changed files with 42 additions and 42 deletions

View File

@@ -68,7 +68,7 @@ def test_usage_with_solver():
)
# LearningSolver calls before_solve
component.before_solve(solver, instance, None)
component.before_solve_mip(solver, instance, None)
# Should ask if instance has static lazy constraints
instance.has_static_lazy_constraints.assert_called_once()