git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1548 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-03-13 15:19:07 +00:00
commit 8cccba1442
7 changed files with 16 additions and 8 deletions

View file

@ -46,6 +46,11 @@
* TODO
*/
template < class Move >
class moeoPopNeighborhoodExplorer{};
class moeoPopNeighborhoodExplorer{
public:
virtual void operator()(eoPop < typename Move::EOType > &, std::vector <unsigned int>, eoPop < typename Move::EOType > &) = 0;
};
#endif /*MOEONEIGHBORHOODEXPLORER_H_*/