equal
deleted
inserted
replaced
9 #include <smart_graph.h> |
9 #include <smart_graph.h> |
10 #include <bfs_iterator.h> |
10 #include <bfs_iterator.h> |
11 #include <graph_wrapper.h> |
11 #include <graph_wrapper.h> |
12 #include <leda_graph_wrapper.h> |
12 #include <leda_graph_wrapper.h> |
13 |
13 |
14 using namespace hugo; |
14 using namespace lemon; |
15 using std::cout; |
15 using std::cout; |
16 using std::endl; |
16 using std::endl; |
17 using std::string; |
17 using std::string; |
18 |
18 |
19 template <typename Graph, typename NodeNameMap> |
19 template <typename Graph, typename NodeNameMap> |