<div dir="ltr">Babak,<br>
<br>
The functionality is in Clp as is more on statistics.<br>
<br>
Having time to kill, I have added statistics to OsiSolverInterface (trunk)<br>
<br>
 void statistics(double & minimumNegative, double & maximumNegative,<br>
          double & minimumPositive, double & maximumPositive, <br>
          int type=3) const;<br>
<br>
With type 0 you get no output but the values are set.<br>
<br>
Anyone is welcome to suggest changes to format e.g. double[] and int[] to allow more information etc etc.<br>
<br>
John Forrest (with e-mail problems)<br></div>