Implement save function

This commit is contained in:
2022-02-22 09:34:08 -06:00
parent 87bba1b38e
commit c98ff4eab4
3 changed files with 42 additions and 0 deletions

View File

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