[Coin-lpsolver] sorted list of clp double literals.

William H. Patton pattonwh at comcast.net
Sat Oct 27 20:51:04 EDT 2007


Next installment of literals needing names.

This time from the Clp/src dir in trunk.

About the same 50 powers of ten epsilons.

 

1800 occurrances  mos at e20 = 294,  e-5 = 125, e-20 = 112

 

I am inclined to go for an initial pass at 2 headers

CBC_epsilon.hpp and Clp_epsilon.hpp

with contents

const double CBC_epsilon_10Ep20 = 1.0e20;

  etc

const double Clp_epsilon_10Em20 = 1,0e-20; 

  etc

 

This can later be enhanced with API access functions like

those in Vol\src\Vol\Volume.hpp or Clp\src\Idiot.hpp.

 

William

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20071027/6f996001/attachment.html>


More information about the Clp mailing list