Implement load; update fit

This commit is contained in:
2022-02-25 08:26:33 -06:00
parent 522f3a7e18
commit 04dd3ad5d5
4 changed files with 54 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ from .instance.picklegz import (
read_pickle_gz,
write_pickle_gz_multiple,
save,
load,
)
from .log import setup_logger
from .solvers.gurobi import GurobiSolver