Implement TSP generator and LazyConstraintsComponent

This commit is contained in:
2020-02-24 21:56:52 -06:00
committed by Alinson S Xavier
parent f713a399a8
commit 7a01d9cbcf
9 changed files with 267 additions and 91 deletions

View File

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