1 #ifndef LPINTERCACE_COMMON_H
2 #define LPINTERCACE_COMMON_H
12 constexpr
double DOUBLE_TOLERANCE = 1e-15;
16 constexpr
long CPP_14 = 201402L;
22 #endif // LPINTERCACE_COMMON_H
constexpr double LPINT_INFINITY
Constant representing floating point infinity.
Definition: common.hpp:10