<br><font size=2 face="sans-serif">I don't know enough about bcp to explain
why Clp0000 message is happening. &nbsp;It does not when using CBC and
setting logLevel 0 should have done it. &nbsp;If you are using ClpSimplex
to read mps file then that should work as well. &nbsp;If using CoinMpsIO
directly then you can set logLevel there as well. &nbsp;If you use the
stand-alone version of clp you can check that this is possible e.g.</font>
<br>
<br><font size=2 face="sans-serif">clp -loglevel 0 -import ../Mps/Netlib/25fv47.mps
-duals -loglevel 1 -primals </font>
<br>
<br><font size=2 face="sans-serif">switches output off until last bit.</font>
<br>
<br><font size=2 face="sans-serif">John Forrest</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Francois Margot &lt;fmargot@andrew.cmu.edu&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: coin-discuss-bounces@list.coin-or.org</font>
<p><font size=1 face="sans-serif">02/14/2005 08:33 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
Discussions about open source software for Operations Research &nbsp; &nbsp;
&nbsp; &nbsp;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td valign=top><font size=1 face="sans-serif">COIN-OR &lt;coin-discuss@list.coin-or.org&gt;</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td valign=top><font size=1 face="sans-serif">[Coin-discuss] Re: Turn off
all output by default in bcp (Paul &nbsp; &nbsp; &nbsp; &nbsp;Pacheco)</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt><br>
&gt; On Saturday 12 February 2005 06:28 am, Francois Margot wrote:<br>
&gt; &gt; &gt; Is there a way to turn off all the output messages?<br>
&gt; &gt;<br>
&gt; &gt; Use the parameter file to set BCP_VerbosityShutUp to 1 and<br>
&gt; &gt; BCP_ReportWhenDefaultIsExecuted to 0.<br>
&gt; &gt;<br>
&gt; &gt; Look at the file bb.par in the directory COIN/Examples/BAC.<br>
<br>
&gt; Thanks. that helped, I see a lot less output. I disabled all the output
I <br>
&gt; could by looking at that file. But there is still some things that
are being<br>
&gt; displayed.<br>
&gt;<br>
&gt; The attached is the bb.par file I am using, and the output I am receiving<br>
&gt; that <br>
&gt; I would like to disable.<br>
<br>
<br>
&gt; Coin0001I At line 1 NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EASY<br>
&gt; Coin0001I At line 2 ROWS<br>
&gt; Coin0001I At line 6 COLUMNS<br>
&gt; Coin0001I At line 14 RHS<br>
&gt; Coin0001I At line 16 BOUNDS<br>
&gt; Coin0001I At line 21 ENDATA<br>
&gt; Coin0002I Problem EASY has 2 rows, 2 columns and 4 elements<br>
&gt; Coin0008I EASY read with 0 errors<br>
&gt; Clp0000I Optimal - objective value 0<br>
<br>
This is generated in CoinMpsIO.cpp, I believe. I don't know of an easy
way<br>
to disable it. You can modify your copy of the code to disable it.<br>
<br>
&gt; BB: core size: 2, indexed size: 0<br>
<br>
Comment out line 65 of BB_tm.cpp<br>
<br>
&gt; Clp0000I Optimal - objective value 0<br>
<br>
This is an irritating message from Clp, I agree. If someone could tell<br>
me how to disable it, I would be happy too. I am able to disable<br>
some of these by using:<br>
<br>
 &nbsp; OsiClpSolverInterface * clp = new OsiClpSolverInterface;<br>
 &nbsp; clp-&gt;messageHandler()-&gt;setLogLevel(0);<br>
<br>
in BB_lp::initialize_solver_interface(). I believe that this should be<br>
disabled if log level is zero, but it is not always so.<br>
<br>
&gt; TM: Running time: 0.009<br>
&gt; TM: search tree size: 1 &nbsp; max depth: 0<br>
&gt; LP statistics:<br>
&gt; &nbsp; &nbsp;time in cut generation &nbsp;: &nbsp; &nbsp; &nbsp; &nbsp;0.000
sec<br>
&gt; &nbsp; &nbsp;time in var generation &nbsp;: &nbsp; &nbsp; &nbsp; &nbsp;0.000
sec<br>
&gt; &nbsp; &nbsp;time in heuristics &nbsp; &nbsp; &nbsp;: &nbsp; &nbsp;
&nbsp; &nbsp;0.000 sec<br>
&gt; &nbsp; &nbsp;time in solving LPs &nbsp; &nbsp; : &nbsp; &nbsp; &nbsp;
&nbsp;0.001 sec<br>
&gt; &nbsp; &nbsp;time in strong branching: &nbsp; &nbsp; &nbsp; &nbsp;0.000
sec<br>
&gt;<br>
&gt; TM: The best solution found has value 0.000000<br>
<br>
Set BCP_TmVerb_FinalStatistics 0<br>
<br>
Francois<br>
_______________________________________________<br>
Coin-discuss mailing list<br>
Coin-discuss@list.coin-or.org<br>
http://list.coin-or.org/mailman/listinfo/coin-discuss<br>
</tt></font>
<br>