equal
deleted
inserted
replaced
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> |