diff -r b8d635e1672d -r 4535f78639e2 src/work/marci/bipartite_graph_wrapper_test.cc --- a/src/work/marci/bipartite_graph_wrapper_test.cc Sat Apr 24 14:25:03 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Sat Apr 24 15:19:17 2004 +0000 @@ -72,6 +72,9 @@ MaxFlow, stGW::EdgeMap > max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow); max_flow_test.augmentOnShortestPath(); + max_flow_test.augmentOnShortestPath(); + + std::cout << max_flow_test.flowValue() << std::endl; return 0; }