RMOL Logo  0.25.3
C++ library of Revenue Management and Optimisation classes and functions
BasConst_General.hpp
Go to the documentation of this file.
00001 #ifndef __RMOL_BAS_BASCONST_GENERAL_HPP
00002 #define __RMOL_BAS_BASCONST_GENERAL_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_types.hpp>
00009 
00010 namespace RMOL {
00011 
00014   extern const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION;
00015 
00018   extern const int DEFAULT_PRECISION;  
00019 
00021   extern const double DEFAULT_EPSILON;
00022 
00024   extern const double DEFAULT_STOPPING_CRITERION;
00025 
00027   extern const double DEFAULT_INITIALIZER_DOUBLE_NEGATIVE;
00028   
00030   extern const stdair::DCPList_T DEFAULT_DCP_LIST;
00031   struct DefaultDCPList { static stdair::DCPList_T init(); };
00032 }
00033 #endif // __RMOL_BAS_BASCONST_GENERAL_HPP