src/work/marci/bipartite_matching_try.cc
changeset 498 eb8bfa683d92
parent 496 7c463a7635d4
child 555 995bc1f1a3ce
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Fri Apr 30 16:10:49 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Fri Apr 30 16:46:19 2004 +0000
     1.3 @@ -112,8 +112,8 @@
     1.4  //     std::cout << bgw.tail(e) << "->" << bgw.head(e) << std::endl;
     1.5  //   }
     1.6  
     1.7 -  BGW::NodeMap<int> dbyj(bgw);
     1.8 -  BGW::EdgeMap<int> dbyxcj(bgw);
     1.9 +//  BGW::NodeMap<int> dbyj(bgw);
    1.10 +//  BGW::EdgeMap<int> dbyxcj(bgw);
    1.11  
    1.12    typedef stGraphWrapper<BGW> stGW;
    1.13    stGW stgw(bgw);