ConvertTight: Detect and fix sub-optimality

This commit is contained in:
2021-01-12 11:56:25 -06:00
parent c9ad7a3f56
commit d67af4a26b
5 changed files with 109 additions and 28 deletions

View File

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