RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

BasConst.cpp

Go to the documentation of this file.
00001 #include <rmol/basic/BasConst_General.hpp>
00002 #include <rmol/basic/BasConst_Overbooking.hpp>
00003 #include <rmol/basic/BasConst_RMOL_Service.hpp>
00004 
00005 namespace RMOL {
00006 
00008   const double DEFAULT_RMOL_SERVICE_CAPACITY = 1.0;
00009   
00012   const int DEFAULT_NUMBER_OF_DRAWS_FOR_MC_SIMULATION = 100000;
00013 
00017   const int DEFAULT_PRECISION = 10;
00018 
00020   const double DEFAULT_EPSILON = 0.0001;
00021   
00023   const double DEFAULT_OVERBOOKING_LOAD_FACTOR = 0.0;
00024 
00026   const unsigned int DEFAULT_OVERBOOKING_CAPACITY = 1;
00027   
00029   const unsigned int DEFAULT_OVERBOOKING_NET_BOOKINGS = 0;
00030   
00032   const double DEFAULT_OVERBOOKING_OVERBOOKING_PERCENTAGE = 0.0;
00033 
00035   const double DEFAULT_OVERBOOKING_MEAN = 0.0;
00036 
00039   const double DEFAULT_OVERBOOKING_STANDARD_DEVIATION = 1.0;
00040 
00042   const GeneratedDemandVector_T DEFAULT_GENERATED_DEMAND_VECTOR = std::vector<double>();
00043 
00045   const GeneratedDemandVectorHolder_T DEFAULT_GENERATED_DEMAND_VECTOR_HOLDER = std::vector<GeneratedDemandVector_T>();
00046 
00047 }
SourceForge Logo

Generated on Sat Jun 6 13:49:02 2009 for RMOL by Doxygen 1.5.7.1