ForwardVNselect compile et semble marcher, mais pas moBackwardVNSelection...

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1928 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-08-29 09:21:37 +00:00
commit 107abf4434
4 changed files with 78 additions and 74 deletions

View file

@ -67,14 +67,14 @@ public:
*
* @return current shake operator
*/
virtual const eoMon<EOT> & getShake() = 0;
virtual eoMonOp<EOT> & getShake() = 0;
/**
* Get the current local search based on the current neighborhood
*
* @return current local search
*/
virtual const eoMon<EOT> & getLocalSearch() = 0;
virtual eoMonOp<EOT> & getLocalSearch() = 0;
};