equal
deleted
inserted
replaced
110 // std::cout << "Edges of the bipartite graph:\n"; |
110 // std::cout << "Edges of the bipartite graph:\n"; |
111 // FOR_EACH_LOC(BGW::EdgeIt, e, bgw) { |
111 // FOR_EACH_LOC(BGW::EdgeIt, e, bgw) { |
112 // std::cout << bgw.tail(e) << "->" << bgw.head(e) << std::endl; |
112 // std::cout << bgw.tail(e) << "->" << bgw.head(e) << std::endl; |
113 // } |
113 // } |
114 |
114 |
115 BGW::NodeMap<int> dbyj(bgw); |
115 // BGW::NodeMap<int> dbyj(bgw); |
116 BGW::EdgeMap<int> dbyxcj(bgw); |
116 // BGW::EdgeMap<int> dbyxcj(bgw); |
117 |
117 |
118 typedef stGraphWrapper<BGW> stGW; |
118 typedef stGraphWrapper<BGW> stGW; |
119 stGW stgw(bgw); |
119 stGW stgw(bgw); |
120 ConstMap<stGW::Edge, int> const1map(1); |
120 ConstMap<stGW::Edge, int> const1map(1); |
121 // stGW::NodeMap<int> ize(stgw); |
121 // stGW::NodeMap<int> ize(stgw); |