COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
03/25/04 10:42:59 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@342
Message:

.

File:
1 edited

Legend:

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

    r206 r243  
    3535  typedef ListGraph MutableGraph;
    3636
    37   typedef SmartGraph Graph;
    38   //typedef ListGraph Graph;
     37  //typedef SmartGraph Graph;
     38  typedef ListGraph Graph;
    3939  typedef Graph::Node Node;
    4040  typedef Graph::EdgeIt EdgeIt;
     
    8686
    8787  {
    88     std::cout << "SmartGraph..." << std::endl;
     88    //std::cout << "SmartGraph..." << std::endl;
    8989    std::cout << "edmonds karp demo (physical blocking flow augmentation)..." << std::endl;
    9090    Graph::EdgeMap<int> flow(G); //0 flow
     
    115115
    116116  {
    117     std::cout << "SmartGraph..." << std::endl;
     117    //std::cout << "SmartGraph..." << std::endl;
    118118    std::cout << "edmonds karp demo (physical blocking flow 1 augmentation)..." << std::endl;
    119119    Graph::EdgeMap<int> flow(G); //0 flow
Note: See TracChangeset for help on using the changeset viewer.