COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/29/04 11:08:14 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@616
Message:

mods implied by preflow mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bipartite_matching_try.cc

    r410 r465  
    182182  stGW::EdgeMap<int> pre_flow(stgw);
    183183  Preflow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> >
    184     pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, pre_flow, true);
     184    pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, pre_flow/*, true*/);
    185185  pre_flow_test.run();
    186186  std::cout << "pre flow value: " << max_flow_test.flowValue() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.