mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 17:38:51 -06:00
Add more constraint features
This commit is contained in:
@@ -246,3 +246,10 @@ class InternalSolver(ABC, EnforceOverrides):
|
||||
callback or user cuts callback.
|
||||
"""
|
||||
return False
|
||||
|
||||
@abstractmethod
|
||||
def get_constraint_attrs(self) -> List[str]:
|
||||
"""
|
||||
Returns a list of constraint attributes supported by this solver.
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user