Tests have been included and src code has been updated to avoid compilation warnings
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@937 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
50863ab6b9
commit
acc73239fb
37 changed files with 2531 additions and 47 deletions
|
|
@ -68,10 +68,10 @@ class moSimpleSolutionTabuList: public moTabuList < M >
|
|||
*/
|
||||
bool operator () (const M & _move, const EOT & _solution)
|
||||
{
|
||||
solutionIterator it;
|
||||
M move((M)_move);
|
||||
EOT solution((EOT)_solution);
|
||||
|
||||
M move=(M)_move;
|
||||
EOT solution=(EOT) _solution;
|
||||
solutionIterator it;
|
||||
|
||||
move(solution);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue