src/work/marci/bipartite_matching_try.cc
changeset 769 eb61fbc64c16
parent 762 511200bdb71f
equal deleted inserted replaced
11:965b2e0f8715 12:f957aa6e1882
   114 //   }
   114 //   }
   115 
   115 
   116 //  BGW::NodeMap<int> dbyj(bgw);
   116 //  BGW::NodeMap<int> dbyj(bgw);
   117 //  BGW::EdgeMap<int> dbyxcj(bgw);
   117 //  BGW::EdgeMap<int> dbyxcj(bgw);
   118 
   118 
   119   typedef stGraphWrapper<BGW> stGW;
   119   typedef stBipartiteGraphWrapper<BGW> stGW;
   120   stGW stgw(bgw);
   120   stGW stgw(bgw);
   121   ConstMap<stGW::Edge, int> const1map(1);
   121   ConstMap<stGW::Edge, int> const1map(1);
   122 //  stGW::NodeMap<int> ize(stgw);
   122 //  stGW::NodeMap<int> ize(stgw);
   123 
   123 
   124 //   BfsIterator< BGW, BGW::NodeMap<bool> > bfs(bgw);
   124 //   BfsIterator< BGW, BGW::NodeMap<bool> > bfs(bgw);