mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 01:48:51 -06:00
get_constraints: Fetch slack and dual values
This commit is contained in:
@@ -184,14 +184,6 @@ class InternalSolver(ABC, EnforceOverrides):
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_inequality_slacks(self) -> Dict[str, float]:
|
||||
"""
|
||||
Returns a dictionary mapping constraint name to the constraint slack
|
||||
in the current solution.
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def is_infeasible(self) -> bool:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user