src/work/marci/experiment/edmonds_karp_demo_1.cc
changeset 921 818510fa3d99
parent 281 3fefabfd00b7
child 986 e997802b855c
     1.1 --- a/src/work/marci/experiment/edmonds_karp_demo_1.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/experiment/edmonds_karp_demo_1.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4    template<typename T> int get(T) const {return 1;}
     1.5  };
     1.6  
     1.7 -using namespace hugo;
     1.8 +using namespace lemon;
     1.9  
    1.10  // Use a DIMACS max flow file as stdin.
    1.11  // read_dimacs_demo < dimacs_max_flow_file