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.cpp
Go to the documentation of this file.
1 // //////////////////////////////////////////////////////////////////////
2 // Import section
3 // //////////////////////////////////////////////////////////////////////
6 
7 namespace RMOL {
8 
10  const stdair::AirlineCode_T DEFAULT_RMOL_SERVICE_AIRLINE_CODE = "BA";
11 
13  const double DEFAULT_RMOL_SERVICE_CAPACITY = 1.0;
14 
18 
22  const int DEFAULT_PRECISION = 10;
23 
25  const double DEFAULT_EPSILON = 0.0001;
26 
28  const double DEFAULT_STOPPING_CRITERION = 0.01;
29 
32 }