Hi all,<div><br></div><div>I'am using OsiXprSolverInterface and, at the "loadProblem" and "initialSolve" methods, Xpress prints the problem statistics and solution summary at the stdout, as follows:</div>
<div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><font face="'courier new', monospace">XPRS0000<br>
</font><font face="'courier new', monospace">XPRS0000 Reading Problem Prob1<br></font><font face="'courier new', monospace">XPRS0000 Problem Statistics<br></font><font face="'courier new', monospace">XPRS0000 2 ( 50 spare) rows<br>
</font><font face="'courier new', monospace">XPRS0000 7 ( 0 spare) structural columns<br></font><font face="'courier new', monospace">XPRS0000 8 ( 100 spare) non-zero elements<br>
</font><font face="'courier new', monospace">XPRS0000 Global Statistics<br></font><font face="'courier new', monospace">XPRS0000 0 entities 0 sets 0 set members<br></font><font face="'courier new', monospace">XPRS0000 Minimizing LP Prob1<br>
</font><font face="'courier new', monospace">XPRS0000 Original problem has:<br></font><font face="'courier new', monospace">XPRS0000 2 rows 7 cols 8 elements<br></font><font face="'courier new', monospace">XPRS0000 Presolved problem has:<br>
</font><font face="'courier new', monospace">XPRS0000 1 rows 3 cols 3 elements<br></font><font face="'courier new', monospace">XPRS0000<br></font><font face="'courier new', monospace">XPRS0000 Its Obj Value S Ninf Nneg Sum Inf Time<br>
</font><font face="'courier new', monospace">XPRS0000 0 .000000 D 1 0 2976.000000 0<br></font><font face="'courier new', monospace">XPRS0000 1 23808.00000 D 0 0 .000000 0<br>
</font><font face="'courier new', monospace">XPRS0000 Uncrunching matrix<br></font><font face="'courier new', monospace">XPRS0000 1 23808.00000 D 0 0 .000000 0<br></font><font face="'courier new', monospace">XPRS0000 Optimal solution found</font></blockquote>
</div><div><br></div><div>Is there any way to change the verbose level or redirect the Xpress output to somewhere else? I tried to use setLogFile, but it didn't work.</div><div><br></div><div>Thanks in advance,</div>
<div>
Luiz</div>