RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
EMDetruncator.hpp
Go to the documentation of this file.
1 #ifndef __RMOL_BOM_EMDETRUNCATOR_HPP
2 #define __RMOL_BOM_EMDETRUNCATOR_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 namespace RMOL {
8  // Forward declarations.
9  struct HistoricalBookingHolder;
10 
12  class EMDetruncator {
13  public:
16  static void unconstrain (HistoricalBookingHolder&);
17  };
18 }
19 #endif // __RMOL_BOM_EMDETRUNCATOR_HPP