Des modif...

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1359 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2009-01-22 13:32:59 +00:00
commit c4655544c4
11 changed files with 165 additions and 307 deletions

View file

@ -112,7 +112,6 @@ int
main()
{
std::string test_result;
int return_value;
//solution solution;
Route so ;
@ -120,7 +119,7 @@ main()
Voisinage sol1;
Voisinage sol2;
Explorer explorer(sol1);
explorer.add(sol2);
explorer.addExplorer(sol2);
solutionEval eval;
moVNS<Route> vns(explorer, eval);
@ -135,7 +134,7 @@ main()
cout << "OK" << endl;
return EXIT_SUCCESS; //return_value;
return EXIT_SUCCESS;
}
//-----------------------------------------------------------------------------