Go to the documentation of this file.00001 #ifndef __RMOL_EMSR_HPP
00002 #define __RMOL_EMSR_HPP
00003
00004
00005
00006
00007
00008 #include <rmol/RMOL_Types.hpp>
00009
00011 namespace stdair {
00012 class LegCabin;
00013 }
00014
00015 namespace RMOL {
00016
00018 class Emsr {
00019 public:
00031 static void heuristicOptimisationByEmsr (stdair::LegCabin&);
00032
00037 static void heuristicOptimisationByEmsrA (stdair::LegCabin&);
00038
00043 static void heuristicOptimisationByEmsrB (stdair::LegCabin&);
00044
00045 };
00046 }
00047 #endif // __RMOL_EMSR_HPP