src/work/marci/leda/bipartite_matching_leda_gen.cc
changeset 768 a5e9303a5511
parent 648 8c13444bccf6
child 769 eb61fbc64c16
equal deleted inserted replaced
6:5d618a55fb33 7:92d24c580fe7
    95   typedef BipartiteGraphWrapper<Graph> BGW;
    95   typedef BipartiteGraphWrapper<Graph> BGW;
    96   BGW bgw(g, bipartite_map);
    96   BGW bgw(g, bipartite_map);
    97 
    97 
    98 
    98 
    99   //st-wrapper
    99   //st-wrapper
   100   typedef stGraphWrapper<BGW> stGW;
   100   typedef stBipartiteGraphWrapper<BGW> stGW;
   101   stGW stgw(bgw);
   101   stGW stgw(bgw);
   102   ConstMap<stGW::Edge, int> const1map(1);
   102   ConstMap<stGW::Edge, int> const1map(1);
   103   stGW::EdgeMap<int> flow(stgw);
   103   stGW::EdgeMap<int> flow(stgw);
   104 
   104 
   105   Timer ts;
   105   Timer ts;