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:
parent
e832a06417
commit
8d5f12cbe2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue