1.00.17
C++ library of Revenue Management and Optimisation classes and functions
Toggle main menu visibility
Loading...
Searching...
No Matches
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
{
21
class
HybridForecasting
{
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
45
static
void
prepareProductOrientedHistoricalBooking
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
RMOL_Types.hpp
RMOL
Definition
BasConst.cpp:7
stdair
Forward declarations.
Definition
DPOptimiser.hpp:11
RMOL::HistoricalBookingHolder
Definition
HistoricalBookingHolder.hpp:23
RMOL::HybridForecasting
Definition
HybridForecasting.hpp:21
RMOL::HybridForecasting::forecast
static bool forecast(stdair::SegmentCabin &, const stdair::Date_T &, const stdair::DTD_T &, const stdair::UnconstrainingMethod &, const stdair::NbOfSegments_T &)
Definition
HybridForecasting.cpp:32
RMOL::HybridForecasting::prepareProductOrientedHistoricalBooking
static void prepareProductOrientedHistoricalBooking(const stdair::SegmentCabin &, const stdair::BookingClass &, const stdair::SegmentSnapshotTable &, HistoricalBookingHolder &, const stdair::DCP_T &, const stdair::DCP_T &, const stdair::NbOfSegments_T &, const stdair::NbOfSegments_T &)
Definition
HybridForecasting.cpp:125
Generated for RMOL by
1.17.0