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:
parent
2eb04d2eff
commit
6095a66005
8 changed files with 157 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue