src/work/athos/suurballe.cc
changeset 306 4d15193e3a5d
parent 292 9e2c108ec0f9
child 310 76c005b15354
     1.1 --- a/src/work/athos/suurballe.cc	Mon Apr 05 17:25:40 2004 +0000
     1.2 +++ b/src/work/athos/suurballe.cc	Mon Apr 05 17:33:04 2004 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  //#include <string>
     1.5  
     1.6  #include <list_graph.h>
     1.7 -#include <suurballe.h>
     1.8 +#include <minlengthpaths.h>
     1.9  
    1.10  using namespace hugo;
    1.11  
    1.12 @@ -119,7 +119,7 @@
    1.13  
    1.14    
    1.15    int k=3;
    1.16 -  Suurballe<ListGraph, int> surb_test(graph, length);
    1.17 +  MinLengthPaths<ListGraph, int> surb_test(graph, length);
    1.18    std::cout << surb_test.run(s,t,k)<<std::endl;
    1.19  
    1.20    return 0;