add method index(sol, index) to moIndexNeighbor

This commit is contained in:
verel 2012-10-24 23:07:05 +02:00
commit 72ffb89999
6 changed files with 70 additions and 34 deletions

View file

@ -57,7 +57,7 @@ public:
*/
virtual void move(EOT & _solution) {
_solution[key] = !_solution[key];
_solution.invalidate();
_solution.invalidate(); // only there for eoEvalFuncCounter !
}
/**