00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- 00002 00003 //----------------------------------------------------------------------------- 00004 // moeoMOLS.h 00005 // (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2006 00006 /* 00007 This library... 00008 00009 Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr 00010 */ 00011 //----------------------------------------------------------------------------- 00012 00013 #ifndef MOEOMOLS_H_ 00014 #define MOEOMOLS_H_ 00015 00016 #include <eoFunctor.h> 00017 #include <moeoArchive.h> 00018 00023 template < class EOT > class moeoMOLS:public eoBF < const EOT &, moeoArchive < EOT > &, 00024 void > 00025 { 00026 }; 00027 00028 #endif /*MOEOMOLS_H_ */
1.5.1