mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 17:38:51 -06:00
ConvertTight: Detect and fix infeasibility
This commit is contained in:
@@ -258,5 +258,14 @@ class BasePyomoSolver(InternalSolver):
|
||||
def set_constraint_sense(self, cid, sense):
|
||||
raise Exception("Not implemented")
|
||||
|
||||
def get_constraint_sense(self, cid):
|
||||
raise Exception("Not implemented")
|
||||
|
||||
def set_constraint_rhs(self, cid, rhs):
|
||||
raise Exception("Not implemented")
|
||||
|
||||
def is_infeasible(self):
|
||||
raise Exception("Not implemented")
|
||||
|
||||
def get_farkas_dual(self, cid):
|
||||
raise Exception("Not implemented")
|
||||
Reference in New Issue
Block a user