[Coin-discuss] Reducing Osi/OsiClp verbosity

Sebastian Nowozin nowozin at gmail.com
Tue Nov 20 04:39:30 EST 2007


Hello everybody,

how can I supress any non-fatal/error messages when using OsiClpSolverInterface?
I tried with OsiSolverInterface* si = new OsiClpSolverInterface(); the
following:

       si->messageHandler->setLogLevel(0);

but I still get during the call to initialSolve() messages as usual,
starting with "[Clp....]".  How to disable all such messages, or
better, disable only non-fatal ones?

Thanks a lot,
Sebastian



More information about the Coin-discuss mailing list