src/work/marci/edmonds_karp_demo.cc
changeset 243 a85fd87460e3
parent 206 47f62d789fe7
child 266 4cec4981dfd1
     1.1 --- a/src/work/marci/edmonds_karp_demo.cc	Wed Mar 24 13:06:06 2004 +0000
     1.2 +++ b/src/work/marci/edmonds_karp_demo.cc	Thu Mar 25 09:42:59 2004 +0000
     1.3 @@ -34,8 +34,8 @@
     1.4  
     1.5    typedef ListGraph MutableGraph;
     1.6  
     1.7 -  typedef SmartGraph Graph;
     1.8 -  //typedef ListGraph Graph;
     1.9 +  //typedef SmartGraph Graph;
    1.10 +  typedef ListGraph Graph;
    1.11    typedef Graph::Node Node;
    1.12    typedef Graph::EdgeIt EdgeIt;
    1.13  
    1.14 @@ -85,7 +85,7 @@
    1.15  
    1.16  
    1.17    {
    1.18 -    std::cout << "SmartGraph..." << std::endl;
    1.19 +    //std::cout << "SmartGraph..." << std::endl;
    1.20      std::cout << "edmonds karp demo (physical blocking flow augmentation)..." << std::endl;
    1.21      Graph::EdgeMap<int> flow(G); //0 flow
    1.22  
    1.23 @@ -114,7 +114,7 @@
    1.24    }
    1.25  
    1.26    {
    1.27 -    std::cout << "SmartGraph..." << std::endl;
    1.28 +    //std::cout << "SmartGraph..." << std::endl;
    1.29      std::cout << "edmonds karp demo (physical blocking flow 1 augmentation)..." << std::endl;
    1.30      Graph::EdgeMap<int> flow(G); //0 flow
    1.31