mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Implement PrimalSolutionComponent; remove deprecated predictors
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user