RMOL Logo  1.00.4
C++ library of Revenue Management and Optimisation classes and functions
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
RMOL::EMDetruncator::unconstrain
static void unconstrain(HistoricalBookingHolder &)
Definition: EMDetruncator.cpp:20
RMOL::EMDetruncator
Definition: EMDetruncator.hpp:12
RMOL
Definition: BasConst.cpp:7
RMOL::HistoricalBookingHolder
Definition: HistoricalBookingHolder.hpp:23