Changeset 642:e812963087f0 in lemon-0.x for src/work/marci/iterator_bfs_demo.cc
- Timestamp:
- 05/14/04 20:28:57 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/iterator_bfs_demo.cc
r602 r642 4 4 #include <string> 5 5 6 #include < list_graph.h>6 #include <sage_graph.h> 7 7 //#include <smart_graph.h> 8 8 #include <bfs_dfs.h> … … 30 30 { 31 31 //typedef SmartGraph Graph; 32 typedef ListGraph Graph;32 typedef SageGraph Graph; 33 33 34 34 typedef Graph::Node Node;
Note: See TracChangeset
for help on using the changeset viewer.