RMOL Logo  1.00.12
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
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
10namespace 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
const double DEFAULT_EPSILON
Definition BasConst.cpp:25
const double DEFAULT_INITIALIZER_DOUBLE_NEGATIVE
Definition BasConst.cpp:31
const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
Definition BasConst.cpp:17
const int DEFAULT_PRECISION
Definition BasConst.cpp:22
const double DEFAULT_STOPPING_CRITERION
Definition BasConst.cpp:28