[Coin-discuss] Setting parameters of Cbc

Michal Kaut mail at michalkaut.net
Mon Feb 4 09:23:10 EST 2008


Hello,

how do I pass parameters do Cbc? I was trying to decrease (switch off) 
the Cbc's output using setHintParam(OsiDoReducePrint), but it only 
affects the underlying solver (Clp).
I checked the source and it really looks like all params are passed 
directly to the underlying solver (if I read it correctly).

I found that I can do "getModelPtr()->setLogLevel(0)", but I do not like 
this solution, as it is solver-dependent. Is there some better/easier way?

Thanks

Regards,
Michal Kaut



More information about the Coin-discuss mailing list