mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
AbstractSolver: Fix field name
This commit is contained in:
@@ -84,7 +84,7 @@ class AbstractModel(ABC):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def set_cuts(self, cuts: List) -> None:
|
def set_cuts(self, cuts: List) -> None:
|
||||||
self.cuts_aot_ = cuts
|
self._cuts_aot = cuts
|
||||||
|
|
||||||
def lazy_enforce(self, violations: List[Any]) -> None:
|
def lazy_enforce(self, violations: List[Any]) -> None:
|
||||||
if self._lazy_enforce is not None:
|
if self._lazy_enforce is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user