mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Implement TSP generator and LazyConstraintsComponent
This commit is contained in:
@@ -18,10 +18,6 @@ class Component(ABC):
|
||||
def after_solve(self, solver, instance, model):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def merge(self, other):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def fit(self, training_instances):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user