[Osi-tickets] [COIN-OR Open Solver Interface] #45: setLogLevel not treated properly

COIN-OR Open Solver Interface coin-trac at coin-or.org
Mon Nov 26 05:07:00 EST 2007


#45: setLogLevel not treated properly
---------------------+------------------------------------------------------
 Reporter:  nowozin  |       Owner:  mjs 
     Type:  defect   |      Status:  new 
 Priority:  minor    |   Milestone:      
Component:  OsiClp   |     Version:  0.96
 Keywords:           |  
---------------------+------------------------------------------------------
 In OsiClpSolverInterface, when a lower verbosity is requested, one can
 issue:

 OsiClpSolverInterface* si;
 si->messageHandler()->setLogLevel(0);

 However, there are two problems I noticed.
 1. If multiple calls to initialSolve() are made, the log level value is
 forgotten after each call.  Hence, one has to call setLogLevel before each
 call.  This is maybe just a problem of the documentation.

 2. When the Clp barrier/interior-point method is used, there are still
 trivial messages such as "Switching to dense for the last 12 columns"
 issued, although the log level is set to suppress those.

 Thanks for considering,
 Sebastian

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/45>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).



More information about the Osi-tickets mailing list