mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Add more constraint features
This commit is contained in:
@@ -435,6 +435,19 @@ class BasePyomoSolver(InternalSolver):
|
||||
def are_callbacks_supported(self) -> bool:
|
||||
return False
|
||||
|
||||
@overrides
|
||||
def get_constraint_attrs(self) -> List[str]:
|
||||
return [
|
||||
"category",
|
||||
"dual_value",
|
||||
"lazy",
|
||||
"lhs",
|
||||
"rhs",
|
||||
"sense",
|
||||
"slack",
|
||||
"user_features",
|
||||
]
|
||||
|
||||
|
||||
class PyomoTestInstanceInfeasible(Instance):
|
||||
@overrides
|
||||
|
||||
Reference in New Issue
Block a user