<font face="arial,helvetica,sans-serif">Hi Forrest,<br><br>I solved my MIP using <b>CbcMain1</b> function<br>and set  maxSaved=20  <br>so that I can access more than one integer solution found at the end of the search<br><br>
My question is: solutions in <b>savedSolutions()</b> are solutions to the original problem or for the pre-processed problem ?<br><br>To check this I accessed savedSolutions(0) (which is suposed to be the best solution) <br>
<br>but <br></font><br><font face="arial,helvetica,sans-serif"><font face="arial,helvetica,sans-serif">model-&gt;solver()-&gt;getColSolution()   //how best solution is accessed in driver4<br><br>is different from <br><br>
</font></font><font face="arial,helvetica,sans-serif">model-&gt;savedSolution(0)<br><br>So I have to postprocess these solutions ?<br><br>Thanks,<br><br>Haroldo<br clear="all"></font><font face="arial,helvetica,sans-serif"></font><br>
-- <br><span style="font-family:courier new,monospace">=============================================================<br>Haroldo Gambini Santos<br>Computing Department<br>Universidade Federal de Ouro Preto - UFOP<br>email: haroldo [at ] <a href="http://iceb.ufop.br" target="_blank">iceb.ufop.br</a><br>
home/research page: <a href="http://www.decom.ufop.br/haroldo/" target="_blank">www.decom.ufop.br/haroldo</a><br></span><br>