RMOL Logo  1.00.0
C++ library of Revenue Management and Optimisation classes and functions
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
Emsr.hpp
Go to the documentation of this file.
1 #ifndef __RMOL_EMSR_HPP
2 #define __RMOL_EMSR_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // RMOL
8 #include <rmol/RMOL_Types.hpp>
9 
11 namespace stdair {
12  class LegCabin;
13 }
14 
15 namespace RMOL {
16 
18  class Emsr {
19  public:
31  static void heuristicOptimisationByEmsr (stdair::LegCabin&);
32 
37  static void heuristicOptimisationByEmsrA (stdair::LegCabin&);
38 
43  static void heuristicOptimisationByEmsrB (stdair::LegCabin&);
44 
45  };
46 }
47 #endif // __RMOL_EMSR_HPP