mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-11 03:48:52 -06:00
Rename before/after_solve to before/after_solve_mip
This commit is contained in:
@@ -14,11 +14,11 @@ class RelaxIntegralityStep(Component):
|
||||
Component that relaxes all integrality constraints before the problem is solved.
|
||||
"""
|
||||
|
||||
def before_solve(self, solver, instance, _):
|
||||
def before_solve_mip(self, solver, instance, _):
|
||||
logger.info("Relaxing integrality...")
|
||||
solver.internal_solver.relax()
|
||||
|
||||
def after_solve(
|
||||
def after_solve_mip(
|
||||
self,
|
||||
solver,
|
||||
instance,
|
||||
|
||||
Reference in New Issue
Block a user