RMOL Logo  0.25.3
C++ library of Revenue Management and Optimisation classes and functions
BasConst_Curves.hpp
Go to the documentation of this file.
00001 #ifndef __RMOL_BAS_BASCONST_CURVES_HPP
00002 #define __RMOL_BAS_BASCONST_CURVES_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // RMOL
00008 #include <rmol/RMOL_Types.hpp>
00009 
00010 namespace RMOL {
00011 
00014   extern const FRAT5Curve_T DEFAULT_CUMULATIVE_FRAT5_CURVE;
00015 
00017   struct DefaultMap {
00018     static FRAT5Curve_T createCumulativeFRAT5Curve();
00019   };
00020 }
00021 #endif // __RMOL_BAS_BASCONST_CURVES_HPP
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines