COIN-OR::LEMON - Graph Library

Changeset 267:c17f741190f7 in lemon-0.x


Ignore:
Timestamp:
03/30/04 19:37:14 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@373
Message:

.

File:
1 edited

Legend:

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

    r266 r267  
    102102    typedef GW::EdgeMapWrapper< Graph::EdgeMap<int>, int > EMW;
    103103    EMW cw(cap);
    104     MaxFlow<GW, int, GW::EdgeMap<int>, EMW > max_flow_test(G, s, t, flow, cw);
     104    MaxFlow<GW, int, GW::EdgeMap<int>, EMW > max_flow_test(gw, s, t, flow, cw);
    105105    int i=0;
    106106    while (max_flow_test.augmentOnBlockingFlow<MutableGraph>()) {
Note: See TracChangeset for help on using the changeset viewer.