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

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