Changeset 642:e812963087f0 in lemon-0.x for src/work/marci/max_flow_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/max_flow_demo.cc
r640 r642 3 3 #include <fstream> 4 4 5 #include < list_graph.h>5 #include <sage_graph.h> 6 6 #include <hugo/smart_graph.h> 7 7 #include <hugo/dimacs.h> … … 35 35 int main(int, char **) { 36 36 37 typedef ListGraph MutableGraph;37 typedef SageGraph MutableGraph; 38 38 39 39 typedef SmartGraph Graph; 40 // typedef ListGraph Graph;40 // typedef SageGraph Graph; 41 41 typedef Graph::Node Node; 42 42 typedef Graph::EdgeIt EdgeIt;
Note: See TracChangeset
for help on using the changeset viewer.