src/work/marci/leda/bipartite_matching_leda_gen.cc
changeset 768 a5e9303a5511
parent 648 8c13444bccf6
child 769 eb61fbc64c16
     1.1 --- a/src/work/marci/leda/bipartite_matching_leda_gen.cc	Thu Aug 19 11:34:48 2004 +0000
     1.2 +++ b/src/work/marci/leda/bipartite_matching_leda_gen.cc	Mon Aug 23 11:06:00 2004 +0000
     1.3 @@ -97,7 +97,7 @@
     1.4  
     1.5  
     1.6    //st-wrapper
     1.7 -  typedef stGraphWrapper<BGW> stGW;
     1.8 +  typedef stBipartiteGraphWrapper<BGW> stGW;
     1.9    stGW stgw(bgw);
    1.10    ConstMap<stGW::Edge, int> const1map(1);
    1.11    stGW::EdgeMap<int> flow(stgw);