[Cbc] CBC warm start

Babak Moazzez bmoazzez at ucdavis.edu
Mon Aug 31 22:00:36 EDT 2015


Hi

 I am trying to do warm start for MILP problems:

 I solve model A, and save solution. I want to use that solution for model
B, but model B has extra variables and constraints. Is it possible to use
A's solution for B? If so, which method?

setMIPStart and setWarmStart don't work, the only thing that works is

model.setBestSolution(sol,n,obj,true);

but I don't know how to do that when B has extra variables!

Thanks

Babak Moazzez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20150831/a6344ff5/attachment.html>


More information about the Cbc mailing list