RMOL Logo  1.00.10
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
DPOptimiser.hpp
Go to the documentation of this file.
1#ifndef __RMOL_BOM_DPOPTIMISER_HPP
2#define __RMOL_BOM_DPOPTIMISER_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// RMOL
8#include <rmol/RMOL_Types.hpp>
9
11namespace stdair {
12 class LegCabin;
13}
14
15namespace RMOL {
18 public:
19
25 static void optimalOptimisationByDP (stdair::LegCabin&);
26
30 static double cdfGaussianQ (const double, const double);
31 };
32}
33#endif // __RMOL_BOM_DPOPTIMISER_HPP
Forward declarations.
static void optimalOptimisationByDP(stdair::LegCabin &)
static double cdfGaussianQ(const double, const double)