11 #ifndef COUENNE_PRECISIONS_HPP 12 #define COUENNE_PRECISIONS_HPP 19 #define COUENNE_EPS 1.e-07 22 #define COUENNE_BOUND_PREC 1.e-5 25 #define COUENNE_EPS_INT 1.e-9 28 #define COUENNE_EPS_SIMPL 1.e-20 31 #ifndef COUENNE_INFINITY 32 #define COUENNE_INFINITY 1.e+50 36 #define COU_MAX_COEFF 1.e+9 39 #define COU_MIN_COEFF 1.e-9 42 #define COUENNE_round(x) ((int) (floor ((x) + 0.5))) 45 #define COUENNE_sign(x) ((x) > 0.0 ? 1.0 : -1.0) 47 #define MAX_BOUND 1.e45 const double Couenne_large_bound
used to declare LP unbounded
general include file for different compilers