[Cbc] savedSolutions

Haroldo Santos haroldo.santos at gmail.com
Tue Nov 20 19:41:58 EST 2012


Hi Forrest,

I solved my MIP using *CbcMain1* function
and set  maxSaved=20
so that I can access more than one integer solution found at the end of the
search

My question is: solutions in *savedSolutions()* are solutions to the
original problem or for the pre-processed problem ?

To check this I accessed savedSolutions(0) (which is suposed to be the best
solution)

but

model->solver()->getColSolution()   //how best solution is accessed in
driver4

is different from

model->savedSolution(0)

So I have to postprocess these solutions ?

Thanks,

Haroldo

-- 
=============================================================
Haroldo Gambini Santos
Computing Department
Universidade Federal de Ouro Preto - UFOP
email: haroldo [at ] iceb.ufop.br
home/research page: www.decom.ufop.br/haroldo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20121120/11f70427/attachment.html>


More information about the Cbc mailing list