1.1 --- a/src/work/marci/leda/bipartite_matching_leda_gen.cc Wed Apr 28 12:58:58 2004 +0000
1.2 +++ b/src/work/marci/leda/bipartite_matching_leda_gen.cc Wed Apr 28 14:17:54 2004 +0000
1.3 @@ -116,7 +116,7 @@
1.4 ts.reset();
1.5 // stGW::EdgeMap<int> pre_flow(stgw);
1.6 Preflow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> >
1.7 - pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow, true);
1.8 + pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow/*, true*/);
1.9 pre_flow_test.run();
1.10 std::cout << "HUGO pre flow value: " << pre_flow_test.flowValue() << std::endl;
1.11 std::cout << "elapsed time: " << ts << std::endl;