Bug with a particular value corrected

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1611 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-10-12 12:57:53 +00:00
commit 8d5f12cbe2

View file

@ -126,7 +126,7 @@ class moTS:public moAlgo < typename M::EOType >
continu.init (); continu.init ();
do while ( continu (_solution) )
{ {
(*move_explorer) (_solution, new_solution); (*move_explorer) (_solution, new_solution);
@ -138,7 +138,7 @@ class moTS:public moAlgo < typename M::EOType >
_solution = new_solution; _solution = new_solution;
} }
while ( continu (_solution) );
_solution = best_solution; _solution = best_solution;