COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
03/31/04 18:39:42 (19 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@377
Message:

makefile, you see...

File:
1 edited

Legend:

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

    r269 r271  
    9494    GW gw(G);
    9595    std::cout << "edmonds karp demo (physical blocking flow augmentation)..." << std::endl;
    96     GW::EdgeMap<int> flow(G); //0 flow
     96    GW::EdgeMap<int> flow(gw); //0 flow
    9797
    9898    Timer ts;
     
    125125    GW gw(G);
    126126    std::cout << "edmonds karp demo (physical blocking flow 1 augmentation)..." << std::endl;
    127     GW::EdgeMap<int> flow(G); //0 flow
     127    GW::EdgeMap<int> flow(gw); //0 flow
    128128
    129129    Timer ts;
     
    156156    GW gw(G);
    157157    std::cout << "edmonds karp demo (on-the-fly blocking flow augmentation)..." << std::endl;
    158     GW::EdgeMap<int> flow(G); //0 flow
     158    GW::EdgeMap<int> flow(gw); //0 flow
    159159
    160160    Timer ts;
Note: See TracChangeset for help on using the changeset viewer.