src/work/marci/experiment/iterator_bfs_demo_1.cc
changeset 927 dec4eef5a65c
parent 303 1b377a730d02
child 986 e997802b855c
equal deleted inserted replaced
1:f0d6814bbf5a 2:cc219f962c07
     6 #include <list_graph.h>
     6 #include <list_graph.h>
     7 #include <smart_graph.h>
     7 #include <smart_graph.h>
     8 #include <bfs_iterator_1.h>
     8 #include <bfs_iterator_1.h>
     9 #include <graph_wrapper_1.h>
     9 #include <graph_wrapper_1.h>
    10 
    10 
    11 using namespace hugo;
    11 using namespace lemon;
    12 using std::cout; 
    12 using std::cout; 
    13 using std::endl;
    13 using std::endl;
    14 using std::string;
    14 using std::string;
    15 
    15 
    16 template <typename Graph, typename NodeNameMap>
    16 template <typename Graph, typename NodeNameMap>