diff -r 2d6c8075d9d0 -r 818510fa3d99 src/work/marci/leda/max_bipartite_matching_demo.cc --- a/src/work/marci/leda/max_bipartite_matching_demo.cc Wed Sep 29 14:12:26 2004 +0000 +++ b/src/work/marci/leda/max_bipartite_matching_demo.cc Wed Sep 29 15:30:04 2004 +0000 @@ -36,7 +36,7 @@ return int( double(m) * rand() / (RAND_MAX + 1.0) ); } -using namespace hugo; +using namespace lemon; using std::cout; using std::cin;