tests added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1704 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-23 10:17:39 +00:00
commit 8129dff882
9 changed files with 316 additions and 42 deletions

View file

@ -63,7 +63,7 @@ public:
virtual bool operator() (EOT & _solution) {
if(_solution.invalid())
fullEval(_solution);
fullEval(_solution);
// initialization of the parameter of the search (for example fill empty the tabu list)
searchExplorer.initParam(_solution);
@ -94,7 +94,6 @@ public:
continuator.lastCall(_solution);
//A CHANGER
return true;
};