src/work/marci/bipartite_graph_wrapper_test.cc
changeset 404 d888ca4e6c00
parent 389 770cc1f4861f
child 409 7ab7f083760a
equal deleted inserted replaced
2:ef69790eeee1 3:b2e0fb5e27ea
    70   
    70   
    71 
    71 
    72   MaxFlow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> > 
    72   MaxFlow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> > 
    73     max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow);
    73     max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow);
    74   max_flow_test.augmentOnShortestPath();
    74   max_flow_test.augmentOnShortestPath();
       
    75   max_flow_test.augmentOnShortestPath();
       
    76 
       
    77   std::cout << max_flow_test.flowValue() << std::endl;
    75 
    78 
    76   return 0;
    79   return 0;
    77 }
    80 }