moSA added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1740 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-04-21 08:59:58 +00:00
commit bbaad85f0b
2 changed files with 101 additions and 1 deletions

View file

@ -97,7 +97,7 @@ public:
return true;
};
private:
protected:
// make the exploration of the neighborhood according to a local search heuristic
moNeighborhoodExplorer<Neighbor>& searchExplorer ;