une doc oubliée
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1662 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
20f406029b
commit
11ddd22c28
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ public:
|
|||
* Constructor with a Neighborhood and evaluation function
|
||||
* @param _neighborhood the neighborhood
|
||||
* @param _eval the evaluation function
|
||||
* @param _comparator a neighbor comparator
|
||||
*/
|
||||
moNeighborhoodExplorer(Neighborhood& _neighborhood, moEval<Neighbor>& _eval, moNeighborComparator<Neighbor>& _comparator):neighborhood(_neighborhood), eval(_eval), comparator(_comparator) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue