changeset 113 | cf7b01232d86 |
parent 99 | f26897fb91fd |
child 158 | 4f54d89fa9d2 |
1:0109b3c98bc7 | 2:ea80413231b1 |
---|---|
4 |
4 |
5 #include <list_graph.hh> |
5 #include <list_graph.hh> |
6 #include <bfs_iterator.hh> |
6 #include <bfs_iterator.hh> |
7 #include <graph_wrapper.h> |
7 #include <graph_wrapper.h> |
8 |
8 |
9 using namespace marci; |
9 using namespace hugo; |
10 |
10 |
11 int main (int, char*[]) |
11 int main (int, char*[]) |
12 { |
12 { |
13 typedef ListGraph::NodeIt NodeIt; |
13 typedef ListGraph::NodeIt NodeIt; |
14 typedef ListGraph::EdgeIt EdgeIt; |
14 typedef ListGraph::EdgeIt EdgeIt; |