1.00.1
C++ library of Revenue Management and Optimisation classes and functions
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
RMOL::Emsr
Definition:
Emsr.hpp:18
RMOL
Definition:
BasConst.cpp:7
stdair
Forward declarations.
Definition:
DPOptimiser.hpp:11
RMOL_Types.hpp
Generated on Fri Feb 5 2016 05:19:26 for RMOL by
1.8.11