Replace
#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:
parent
50cd9f52bc
commit
0dd9821730
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue