mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 02:18:51 -06:00
Implement TSP generator and LazyConstraintsComponent
This commit is contained in:
@@ -200,6 +200,3 @@ class PrimalSolutionComponent(Component):
|
||||
if ws[i, 1] >= self.thresholds[category, label]:
|
||||
solution[var][index] = label
|
||||
return solution
|
||||
|
||||
def merge(self, other_components):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user