Implement lazy callbacks & two-phase gap

This commit is contained in:
2020-09-25 06:02:07 -05:00
parent 86e7b1981f
commit a221740ac5
10 changed files with 288 additions and 75 deletions

View File

@@ -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