src/work/marci/bipartite_matching_try.cc
changeset 465 d72e56f1730d
parent 410 d137525538dc
child 476 cfe550761745
     1.1 --- a/src/work/marci/bipartite_matching_try.cc	Thu Apr 29 08:42:05 2004 +0000
     1.2 +++ b/src/work/marci/bipartite_matching_try.cc	Thu Apr 29 09:08:14 2004 +0000
     1.3 @@ -181,7 +181,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, pre_flow, true);
     1.8 +    pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, pre_flow/*, true*/);
     1.9    pre_flow_test.run();
    1.10    std::cout << "pre flow value: " << max_flow_test.flowValue() << std::endl;
    1.11    std::cout << "elapsed time: " << ts << std::endl;