src/benchmark/hcube.cc
changeset 921 818510fa3d99
parent 905 5be029d19c98
child 946 c94ef40a22ce
     1.1 --- a/src/benchmark/hcube.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/benchmark/hcube.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  // -*- mode:C++ -*-
     1.5  
     1.6  #include<math.h>
     1.7 -#include<hugo/list_graph.h>
     1.8 -#include<hugo/smart_graph.h>
     1.9 -#include<hugo/dijkstra.h>
    1.10 -#include<hugo/preflow.h>
    1.11 +#include<lemon/list_graph.h>
    1.12 +#include<lemon/smart_graph.h>
    1.13 +#include<lemon/dijkstra.h>
    1.14 +#include<lemon/preflow.h>
    1.15  
    1.16  #include"bench_tools.h"
    1.17  
    1.18  using namespace std;
    1.19 -using namespace hugo;
    1.20 +using namespace lemon;
    1.21  
    1.22  inline int numOfOnes(int n,int dim)
    1.23  {