src/work/marci/bfsit_vs_byhand.cc
changeset 762 511200bdb71f
parent 642 e812963087f0
child 773 ce9438c5a82d
     1.1 --- a/src/work/marci/bfsit_vs_byhand.cc	Tue Aug 17 10:24:19 2004 +0000
     1.2 +++ b/src/work/marci/bfsit_vs_byhand.cc	Tue Aug 17 11:20:16 2004 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  //#include <smart_graph.h>
     1.5  #include <hugo/dimacs.h>
     1.6  #include <hugo/time_measure.h>
     1.7 -#include <hugo/for_each_macros.h>
     1.8 +//#include <hugo/for_each_macros.h>
     1.9  #include <bfs_dfs.h>
    1.10  
    1.11  using namespace hugo;
    1.12 @@ -21,7 +21,7 @@
    1.13  
    1.14    Graph g;
    1.15    Node s, t;
    1.16 -  Graph::EdgeMap<int> cap(g);
    1.17 +  //Graph::EdgeMap<int> cap(g);
    1.18    //readDimacsMaxFlow(std::cin, g, s, t, cap);
    1.19    readDimacs(std::cin, g);
    1.20