diff --git a/branches/paradiseo-moeo-1.0/src/move/moeoMoveIncrEval.h b/branches/paradiseo-moeo-1.0/src/move/moeoMoveIncrEval.h new file mode 100644 index 000000000..120bfbdc1 --- /dev/null +++ b/branches/paradiseo-moeo-1.0/src/move/moeoMoveIncrEval.h @@ -0,0 +1,11 @@ +// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- + +#ifndef _MOEOMOVEINCREVAL_H +#define _MOEOMOVEINCREVAL_H + +#include + +template < class Move > +class moeoMoveIncrEval : public eoBF < const Move &, const typename Move::EOType &, typename Move::EOType::ObjectiveVector > {}; + +#endif