add equal comparator between 2 neighbors and between 1 sol and 1 neighbor

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2020 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
marieeleonore 2010-12-14 10:25:17 +00:00
commit 6095a66005
8 changed files with 157 additions and 9 deletions

View file

@ -43,7 +43,7 @@
/**
* Comparator of two neighbors
* Comparator of a solution and its neighbor
*/
template< class Neighbor >
class moSolNeighborComparator : public moComparator<typename Neighbor::EOT, Neighbor>