src/work/marci/bipartite_graph_wrapper_test.cc
changeset 768 a5e9303a5511
parent 762 511200bdb71f
child 902 309d81806228
equal deleted inserted replaced
13:efff332595f4 14:bb4163fc15d7
    87   }
    87   }
    88 
    88 
    89   BGW::NodeMap<int> dbyj(bgw);
    89   BGW::NodeMap<int> dbyj(bgw);
    90   BGW::EdgeMap<int> dbyxcj(bgw);
    90   BGW::EdgeMap<int> dbyxcj(bgw);
    91 
    91 
    92   typedef stGraphWrapper<BGW> stGW;
    92   typedef stBipartiteGraphWrapper<BGW> stGW;
    93   stGW stgw(bgw);
    93   stGW stgw(bgw);
    94   ConstMap<stGW::Edge, int> const1map(1);
    94   ConstMap<stGW::Edge, int> const1map(1);
    95   stGW::NodeMap<int> ize(stgw);
    95   stGW::NodeMap<int> ize(stgw);
    96   stGW::EdgeMap<int> flow(stgw);
    96   stGW::EdgeMap<int> flow(stgw);
    97 
    97