mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 18:08:51 -06:00
Small fixes to lazy constraints
This commit is contained in:
@@ -203,7 +203,7 @@ class BasePyomoSolver(InternalSolver):
|
||||
key = self._get_gap_tolerance_option_name()
|
||||
self._pyomo_solver.options[key] = gap_tolerance
|
||||
|
||||
def get_constraints_ids(self):
|
||||
def get_constraint_ids(self):
|
||||
return list(self._cname_to_constr.keys())
|
||||
|
||||
def extract_constraint(self, cid):
|
||||
|
||||
Reference in New Issue
Block a user