tabu list move vector added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1769 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-04-29 16:01:48 +00:00
commit c7684f0ef4
8 changed files with 260 additions and 5 deletions

View file

@ -103,6 +103,14 @@ public:
repFitness = _fitness;
}
/**
* @param _neighbor a neighbor
* @return if _neighbor and this one are equals
*/
virtual bool equals(moNeighbor<EOT>& _neighbor){
return false;
}
/**
* Return the class id.
* @return the class name as a std::string