RMOL Logo  1.00.10
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
FareAdjustment.cpp
Go to the documentation of this file.
1// //////////////////////////////////////////////////////////////////////
2// Import section
3// //////////////////////////////////////////////////////////////////////
4// STL
5#include <cassert>
6#include <sstream>
7#include <cmath>
8// StdAir
9#include <stdair/basic/BasConst_General.hpp>
10#include <stdair/basic/BasConst_Inventory.hpp>
11#include <stdair/bom/BomManager.hpp>
12#include <stdair/bom/SegmentCabin.hpp>
13#include <stdair/bom/BookingClass.hpp>
14#include <stdair/service/Logger.hpp>
15// RMOL
18
19namespace RMOL {
20
21 // ////////////////////////////////////////////////////////////////////
23 adjustYield (const stdair::SegmentCabin& iSegmentCabin) {
24 return false;
25 }
26
27}
static bool adjustYield(const stdair::SegmentCabin &)