src/work/marci/bipartite_matching_try.cc
changeset 768 a5e9303a5511
parent 762 511200bdb71f
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Thu Aug 19 11:34:48 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Mon Aug 23 11:06:00 2004 +0000
     1.3 @@ -116,7 +116,7 @@
     1.4  //  BGW::NodeMap<int> dbyj(bgw);
     1.5  //  BGW::EdgeMap<int> dbyxcj(bgw);
     1.6  
     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::NodeMap<int> ize(stgw);