mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Primal: reactivate before_solve_mip
This commit is contained in:
@@ -157,10 +157,10 @@ class TravelingSalesmanInstance(Instance):
|
||||
return model
|
||||
|
||||
def get_instance_features(self):
|
||||
return [1]
|
||||
return [0.0]
|
||||
|
||||
def get_variable_features(self, var_name, index):
|
||||
return [1]
|
||||
return [0.0]
|
||||
|
||||
def get_variable_category(self, var_name, index):
|
||||
return index
|
||||
|
||||
Reference in New Issue
Block a user