From 0dd98217303b7ded6f3a3840baf4b61ab99949c3 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 13 Oct 2010 14:31:35 +0000 Subject: [PATCH] Replace #include By #include git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1957 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/explorer/moVNSexplorer.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; };