RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
BasConst_General.hpp
Go to the documentation of this file.
1 #ifndef __RMOL_BAS_BASCONST_GENERAL_HPP
2 #define __RMOL_BAS_BASCONST_GENERAL_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_types.hpp>
9 
10 namespace RMOL {
11 
15 
18  extern const int DEFAULT_PRECISION;
19 
21  extern const double DEFAULT_EPSILON;
22 
24  extern const double DEFAULT_STOPPING_CRITERION;
25 
27  extern const double DEFAULT_INITIALIZER_DOUBLE_NEGATIVE;
28 }
29 #endif // __RMOL_BAS_BASCONST_GENERAL_HPP