Add a getter of neighborhoodExplorer in moLocalSearch
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2547 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
5f108b9b74
commit
49d0894edb
2 changed files with 11 additions and 1 deletions
|
|
@ -121,6 +121,16 @@ public:
|
||||||
return cont;
|
return cont;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* to get the neighborhood explorer
|
||||||
|
*
|
||||||
|
* @overload
|
||||||
|
* @return the neighborhood explorer
|
||||||
|
*/
|
||||||
|
moNeighborhoodExplorer<Neighbor> & getNeighborhoodExplorer() const {
|
||||||
|
return searchExplorer;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// make the exploration of the neighborhood according to a local search heuristic
|
// make the exploration of the neighborhood according to a local search heuristic
|
||||||
moNeighborhoodExplorer<Neighbor>& searchExplorer;
|
moNeighborhoodExplorer<Neighbor>& searchExplorer;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<moOrderNeighborhood.h>
|
<moOrderNeighborhood.h>
|
||||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
||||||
|
|
||||||
Sébastien Verel, Arnaud Liefooghe, Jérémie Humeau
|
Sebastien Verel, Arnaud Liefooghe, Jeremie Humeau
|
||||||
|
|
||||||
This software is governed by the CeCILL license under French law and
|
This software is governed by the CeCILL license under French law and
|
||||||
abiding by the rules of distribution of free software. You can use,
|
abiding by the rules of distribution of free software. You can use,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue