Changeset 415:679e64913c5e in lemon-0.x for src/work/marci/edmonds_karp_demo.cc
- Timestamp:
- 04/26/04 16:40:59 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@555
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/edmonds_karp_demo.cc
r390 r415 4 4 5 5 #include <list_graph.h> 6 //#include <smart_graph.h>6 #include <smart_graph.h> 7 7 #include <dimacs.h> 8 8 #include <edmonds_karp.h> … … 38 38 typedef ListGraph MutableGraph; 39 39 40 //typedef SmartGraph Graph;41 typedef ListGraph Graph;40 typedef SmartGraph Graph; 41 // typedef ListGraph Graph; 42 42 typedef Graph::Node Node; 43 43 typedef Graph::EdgeIt EdgeIt;
Note: See TracChangeset
for help on using the changeset viewer.