<div dir="ltr">Hi<div><br></div><div> I am trying to do warm start for MILP problems:</div><div><br></div><div> 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&#39;s solution for B? If so, which method? </div><div><br></div><div>setMIPStart and setWarmStart don&#39;t work, the only thing that works is </div><div><br></div><div>model.setBestSolution(sol,n,obj,true); </div><div><br></div><div>but I don&#39;t know how to do that when B has extra variables!</div><div><br></div><div>Thanks<br clear="all"><div><br></div><div class="gmail_signature"><div dir="ltr">Babak Moazzez<br><br></div></div>
</div></div>