#include <explorer/moNeaighborhoodExplorer.h>
By
#include <explorer/moVNSexplorer.h>


git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1957 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2010-10-13 14:31:35 +00:00
commit 0dd9821730

View file

@ -47,6 +47,12 @@ public:
/**
* Default constructor
*/
moVNSexplorer() {}
/**
* Constructor
* @param _selection selection the "neighborhood" search heuristics during the search
* @param _acceptCrit acceptance criteria which compare and accept or not the two solutions
*/
@ -139,7 +145,6 @@ private:
moVariableNeighborhoodSelection<EOT>& selection;
moAcceptanceCriterion<Neighbor>& acceptCrit;
bool stop;
EOT current;
};