Primal: reactivate before_solve_mip

This commit is contained in:
2021-03-31 12:07:58 -05:00
parent fe7bad885c
commit db2f426140
7 changed files with 133 additions and 102 deletions

View File

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