mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 09:58:51 -06:00
GurobiSolver: Performance improvements
This commit is contained in:
@@ -169,7 +169,7 @@ class Component(EnforceOverrides):
|
||||
"""
|
||||
pass
|
||||
|
||||
def pre_fit(self, pre: List[Any]):
|
||||
def pre_fit(self, pre: List[Any]) -> None:
|
||||
pass
|
||||
|
||||
def user_cut_cb(
|
||||
|
||||
Reference in New Issue
Block a user