1.00.6
C++ library of Revenue Management and Optimisation classes and functions
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
14
extern
const
int
DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
;
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
RMOL::DEFAULT_INITIALIZER_DOUBLE_NEGATIVE
const double DEFAULT_INITIALIZER_DOUBLE_NEGATIVE
Definition:
BasConst.cpp:31
RMOL::DEFAULT_EPSILON
const double DEFAULT_EPSILON
Definition:
BasConst.cpp:25
RMOL
Definition:
BasConst.cpp:7
RMOL::DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION
Definition:
BasConst.cpp:17
RMOL::DEFAULT_PRECISION
const int DEFAULT_PRECISION
Definition:
BasConst.cpp:22
RMOL::DEFAULT_STOPPING_CRITERION
const double DEFAULT_STOPPING_CRITERION
Definition:
BasConst.cpp:28
Generated for RMOL by
1.8.18