Implement PrimalSolutionComponent; remove deprecated predictors

This commit is contained in:
2020-02-24 10:01:21 -06:00
parent ccd694af9b
commit a2fbb9f8d8
12 changed files with 140 additions and 669 deletions

View File

@@ -91,8 +91,8 @@ class MultiKnapsackInstance(Instance):
self.weights[:, index],
])
def get_variable_category(self, var, index):
return index
# def get_variable_category(self, var, index):
# return index
class MultiKnapsackGenerator: