diff -r b255f25ad394 -r a85fd87460e3 src/work/marci/edmonds_karp_demo.cc --- a/src/work/marci/edmonds_karp_demo.cc Wed Mar 24 13:06:06 2004 +0000 +++ b/src/work/marci/edmonds_karp_demo.cc Thu Mar 25 09:42:59 2004 +0000 @@ -34,8 +34,8 @@ typedef ListGraph MutableGraph; - typedef SmartGraph Graph; - //typedef ListGraph Graph; + //typedef SmartGraph Graph; + typedef ListGraph Graph; typedef Graph::Node Node; typedef Graph::EdgeIt EdgeIt; @@ -85,7 +85,7 @@ { - std::cout << "SmartGraph..." << std::endl; + //std::cout << "SmartGraph..." << std::endl; std::cout << "edmonds karp demo (physical blocking flow augmentation)..." << std::endl; Graph::EdgeMap flow(G); //0 flow @@ -114,7 +114,7 @@ } { - std::cout << "SmartGraph..." << std::endl; + //std::cout << "SmartGraph..." << std::endl; std::cout << "edmonds karp demo (physical blocking flow 1 augmentation)..." << std::endl; Graph::EdgeMap flow(G); //0 flow