diff --git a/trunk/paradiseo-mo/src/explorer/moVNSexplorer.h b/trunk/paradiseo-mo/src/explorer/moVNSexplorer.h index 26822d889..41c0f99f8 100644 --- a/trunk/paradiseo-mo/src/explorer/moVNSexplorer.h +++ b/trunk/paradiseo-mo/src/explorer/moVNSexplorer.h @@ -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& selection; moAcceptanceCriterion& acceptCrit; bool stop; - EOT current; };