src/work/marci/bipartite_graph_wrapper_test.cc
changeset 393 4535f78639e2
parent 389 770cc1f4861f
child 409 7ab7f083760a
     1.1 --- a/src/work/marci/bipartite_graph_wrapper_test.cc	Sat Apr 24 14:25:03 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc	Sat Apr 24 15:19:17 2004 +0000
     1.3 @@ -72,6 +72,9 @@
     1.4    MaxFlow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> > 
     1.5      max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow);
     1.6    max_flow_test.augmentOnShortestPath();
     1.7 +  max_flow_test.augmentOnShortestPath();
     1.8 +
     1.9 +  std::cout << max_flow_test.flowValue() << std::endl;
    1.10  
    1.11    return 0;
    1.12  }