COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/28/04 16:17:54 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@609
Message:

dijstra const ref, misc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/leda/bipartite_matching_leda_gen.cc

    r447 r459  
    117117  //  stGW::EdgeMap<int> pre_flow(stgw);
    118118  Preflow<stGW, int, ConstMap<stGW::Edge, int>, stGW::EdgeMap<int> >
    119     pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow, true);
     119    pre_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow/*, true*/);
    120120  pre_flow_test.run();
    121121  std::cout << "HUGO pre flow value: " << pre_flow_test.flowValue() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.