I have a big model that takes a while to compile and solve. I am using Guroi as my solver.
However, successive warm solves (after changing a few cp.Parameter()s) run very quickly.
How can I serialize my large warm model offline for later use with the warm flag?
I have a big model that takes a while to compile and solve. I am using Guroi as my solver.
However, successive warm solves (after changing a few
cp.Parameter()s) run very quickly.How can I serialize my large warm model offline for later use with the warm flag?