src/work/marci/leda/max_bipartite_matching_demo.cc
changeset 921 818510fa3d99
parent 771 ad7dff9ee2fd
child 986 e997802b855c
     1.1 --- a/src/work/marci/leda/max_bipartite_matching_demo.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/marci/leda/max_bipartite_matching_demo.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -36,7 +36,7 @@
     1.4  	return int( double(m) * rand() / (RAND_MAX + 1.0) );
     1.5  }
     1.6  
     1.7 -using namespace hugo;
     1.8 +using namespace lemon;
     1.9  
    1.10  using std::cout; 
    1.11  using std::cin;