Update the commentary algo TS

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1950 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-09-30 15:50:02 +00:00
commit 539e2f11e6

View file

@ -143,6 +143,10 @@ public:
explorer(_neighborhood, _eval, _neighborComp, _solNeighborComp, _tabuList, _intensification, _diversification, _aspiration)
{}
/*
* To get the explorer and then to be abble to get the best solution so far
* @return the TS explorer
*/
moTSexplorer<Neighbor>& getExplorer() {
return explorer;
}