test added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1696 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-16 15:16:33 +00:00
commit e6d874bc1b
4 changed files with 148 additions and 1 deletions

View file

@ -111,7 +111,7 @@ public:
* @return true if there is again a neighbor to explore
*/
virtual bool cont(EOT & _solution) {
return (maxIndex > 1) ;
return (maxIndex > 0) ;
}
/**