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