[Cbc] Finding max/min coefficient in model

John J Forrest jjhforrest at gmail.com
Wed Feb 3 06:35:46 EST 2016


Babak,

The functionality is in Clp as is more on statistics.

Having time to kill, I have added statistics to OsiSolverInterface (trunk)

 void statistics(double & minimumNegative, double & maximumNegative,
          double & minimumPositive, double & maximumPositive,
          int type=3) const;

With type 0 you get no output but the values are set.

Anyone is welcome to suggest changes to format e.g. double[] and int[] to
allow more information etc etc.

John Forrest (with e-mail problems)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20160203/f4176e00/attachment.html>


More information about the Cbc mailing list