src/work/marci/graph_wrapper_time.cc
changeset 784 a48964a87141
parent 777 a82713ed19f3
child 849 cc3867a7d380
     1.1 --- a/src/work/marci/graph_wrapper_time.cc	Thu Sep 02 10:54:26 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper_time.cc	Thu Sep 02 11:20:49 2004 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4    typedef MaxFlow<Graph, int, FlowMap, FlowMap> MyMaxFlow;
     1.5    MyMaxFlow max_flow(g, s, t, cap, flow);
     1.6    max_flow.run(MyMaxFlow::NO_FLOW);
     1.7 +  cout << "flow value: " << max_flow.flowValue() << endl;
     1.8    cout << ts << endl;
     1.9  }
    1.10