git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@379 331e1502-861f-0410-8da2-ba01fb791d7f
11 lines
331 B
C++
11 lines
331 B
C++
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
|
|
|
#ifndef _MOEOMOVEINCREVAL_H
|
|
#define _MOEOMOVEINCREVAL_H
|
|
|
|
#include <eoFunctor.h>
|
|
|
|
template < class Move >
|
|
class moeoMoveIncrEval : public eoBF < const Move &, const typename Move::EOType &, typename Move::EOType::ObjectiveVector > {};
|
|
|
|
#endif
|