Update the explorer and the algo of TS to get the best so far solution

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1949 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-09-30 15:48:22 +00:00
commit da555f2095
2 changed files with 128 additions and 118 deletions

View file

@ -223,6 +223,13 @@ public:
};
/**
* Give the current best found so far
* @return the best solution so far
*/
const EOT& getBest() {
return bestSoFar;
};
protected: