equal
deleted
inserted
replaced
1 // -*- c++ -*- |
1 // -*- c++ -*- |
2 #include <iostream> |
2 #include <iostream> |
3 #include <fstream> |
3 #include <fstream> |
4 #include <list> |
4 #include <list> |
5 |
5 |
6 #include <hugo/dimacs.h> |
6 #include <lemon/dimacs.h> |
7 #include <bfs_dfs_misc.h> |
7 #include <bfs_dfs_misc.h> |
8 #include <sage_graph.h> |
8 #include <sage_graph.h> |
9 #include <hugo/graph_wrapper.h> |
9 #include <lemon/graph_wrapper.h> |
10 #include <hugo/maps.h> |
10 #include <lemon/maps.h> |
11 #include <for_each_macros.h> |
11 #include <for_each_macros.h> |
12 |
12 |
13 using namespace hugo; |
13 using namespace lemon; |
14 |
14 |
15 using std::cout; |
15 using std::cout; |
16 using std::endl; |
16 using std::endl; |
17 |
17 |
18 int main() { |
18 int main() { |