equal
deleted
inserted
replaced
5 #include <list_graph.h> |
5 #include <list_graph.h> |
6 //#include <smart_graph.h> |
6 //#include <smart_graph.h> |
7 #include <hugo/dimacs.h> |
7 #include <hugo/dimacs.h> |
8 #include <hugo/time_measure.h> |
8 #include <hugo/time_measure.h> |
9 #include <for_each_macros.h> |
9 #include <for_each_macros.h> |
10 #include <bfs_iterator.h> |
10 #include <bfs_dfs.h> |
11 |
11 |
12 using namespace hugo; |
12 using namespace hugo; |
13 |
13 |
14 int main() { |
14 int main() { |
15 typedef ListGraph Graph; |
15 typedef ListGraph Graph; |