git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2038 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e4da7f2329
commit
c9002eb39e
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ public:
|
||||||
tmp[0] = _solution[indices[i]];
|
tmp[0] = _solution[indices[i]];
|
||||||
_solution[indices[i]] = _solution[indices[i + 1]];
|
_solution[indices[i]] = _solution[indices[i + 1]];
|
||||||
_solution[indices[i + 1]] = tmp[0];
|
_solution[indices[i + 1]] = tmp[0];
|
||||||
printf("move %d %d %d \n",i,indices[i],indices[i + 1]);
|
|
||||||
std::cout << _solution[indices[i]]<< " " <<_solution[indices[i+1]] << std::endl;
|
|
||||||
}
|
}
|
||||||
_solution.invalidate();
|
_solution.invalidate();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue