| changeset 1123 | a2e93889a604 | 
| parent 107 | 8d62f0072ff0 | 
| 2:1c7309ec9b9b | 3:54d8d0e40040 | 
|---|---|
3 #include <string>  | 
3 #include <string>  | 
4  | 
4  | 
5 #include <list_graph.hh>  | 
5 #include <list_graph.hh>  | 
6 #include <bfs_iterator.hh>  | 
6 #include <bfs_iterator.hh>  | 
7  | 
7  | 
8 using namespace hugo;  | 
8 using namespace lemon;  | 
9  | 
9  | 
10 int main (int, char*[])  | 
10 int main (int, char*[])  | 
11 {  | 
11 {  | 
12 typedef ListGraph::NodeIt NodeIt;  | 
12 typedef ListGraph::NodeIt NodeIt;  | 
13 typedef ListGraph::EdgeIt EdgeIt;  | 
13 typedef ListGraph::EdgeIt EdgeIt;  |