RMOL Logo  0.25.2
C++ library of Revenue Management and Optimisation classes and functions
EMDetruncator.hpp
Go to the documentation of this file.
00001 #ifndef __RMOL_BOM_EMDETRUNCATOR_HPP
00002 #define __RMOL_BOM_EMDETRUNCATOR_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 namespace RMOL {
00008   // Forward declarations.
00009   struct HistoricalBookingHolder;
00010 
00012   class EMDetruncator {
00013   public:
00016     static void unconstrainUsingEMMethod (HistoricalBookingHolder&);
00017   };
00018 }
00019 #endif // __RMOL_BOM_EMDETRUNCATOR_HPP