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:
parent
d6e7fcd286
commit
c7684f0ef4
8 changed files with 260 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue