mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Implement lazy callbacks & two-phase gap
This commit is contained in:
@@ -24,3 +24,6 @@ class Component(ABC):
|
||||
|
||||
def after_iteration(self, solver, instance, model):
|
||||
return False
|
||||
|
||||
def on_lazy_callback(self, solver, instance, model):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user