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:
@@ -30,9 +30,6 @@ class ObjectiveValueComponent(Component):
|
||||
def after_solve(self, solver, instance, model):
|
||||
pass
|
||||
|
||||
def merge(self, other):
|
||||
pass
|
||||
|
||||
def fit(self, training_instances):
|
||||
features = InstanceFeaturesExtractor().extract(training_instances)
|
||||
ub = ObjectiveValueExtractor(kind="upper bound").extract(training_instances)
|
||||
|
||||
Reference in New Issue
Block a user