equal
deleted
inserted
replaced
2 #include <iostream> |
2 #include <iostream> |
3 #include <vector> |
3 #include <vector> |
4 #include <string> |
4 #include <string> |
5 |
5 |
6 #include <sage_graph.h> |
6 #include <sage_graph.h> |
7 #include <hugo/smart_graph.h> |
7 #include <lemon/smart_graph.h> |
8 #include <bfs_dfs.h> |
8 #include <bfs_dfs.h> |
9 #include <hugo/graph_wrapper.h> |
9 #include <lemon/graph_wrapper.h> |
10 |
10 |
11 using namespace hugo; |
11 using namespace lemon; |
12 |
12 |
13 using std::cout; |
13 using std::cout; |
14 using std::endl; |
14 using std::endl; |
15 using std::string; |
15 using std::string; |
16 |
16 |