$treeview $search $mathjax
#include <rmol/bom/DPOptimiser.hpp>
Static Public Member Functions | |
| static void | optimalOptimisationByDP (stdair::LegCabin &) |
| static double | cdfGaussianQ (const double, const double) |
Definition at line 17 of file DPOptimiser.hpp.
| void RMOL::DPOptimiser::optimalOptimisationByDP | ( | stdair::LegCabin & | ) | [static] |
Dynamic Programming to compute the cumulative protection levels and booking limits (described in the book Revenue Management - Talluri & Van Ryzin, p.41-42).
Definition at line 22 of file DPOptimiser.cpp.
Referenced by RMOL::Optimiser::optimalOptimisationByDP().
| static double RMOL::DPOptimiser::cdfGaussianQ | ( | const | double, | |
| const | double | |||
| ) | [static] |
Compute the cdf_Q of a gaussian.
1.4.7
Generated on Sun Jun 14 17:20:01 2015 for RMOL by
1.4.7