RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
HybridForecasting.hpp
Go to the documentation of this file.
1 #ifndef __RMOL_COMMAND_HYBRIDFORECASTING_HPP
2 #define __RMOL_COMMAND_HYBRIDFORECASTING_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // StdAir
8 #include <stdair/stdair_inventory_types.hpp>
9 // RMOL
10 #include <rmol/RMOL_Types.hpp>
11 
12 // Forward declarations
13 namespace stdair {
14  class SegmentCabin;
15  class BookingClass;
16  class SegmentSnapshotTable;
17 }
18 
19 namespace RMOL {
22  public:
32  static bool forecast (stdair::SegmentCabin&, const stdair::Date_T&,
33  const stdair::DTD_T&,
34  const stdair::UnconstrainingMethod&,
35  const stdair::NbOfSegments_T&);
36 
46  (const stdair::SegmentCabin&, const stdair::BookingClass&,
47  const stdair::SegmentSnapshotTable&, HistoricalBookingHolder&,
48  const stdair::DCP_T&, const stdair::DCP_T&,
49  const stdair::NbOfSegments_T&, const stdair::NbOfSegments_T&);
50  };
51 }
52 #endif // __RMOL_COMMAND_HYBRIDFORECASTING_HPP