changeset 567 | efaa79ee8d14 |
parent 389 | 770cc1f4861f |
child 569 | 3b6afd33c221 |
5:52e99daffa76 | 6:7f0e1540745a |
---|---|
4 #include <string> |
4 #include <string> |
5 |
5 |
6 #include <list_graph.h> |
6 #include <list_graph.h> |
7 //#include <smart_graph.h> |
7 //#include <smart_graph.h> |
8 #include <bfs_iterator.h> |
8 #include <bfs_iterator.h> |
9 #include <graph_wrapper.h> |
9 #include <hugo/graph_wrapper.h> |
10 |
10 |
11 using namespace hugo; |
11 using namespace hugo; |
12 using std::cout; |
12 using std::cout; |
13 using std::endl; |
13 using std::endl; |
14 using std::string; |
14 using std::string; |