Changeset 651:a56e043aeab1 in lemon-0.x for src/work/marci/max_flow_demo.cc
- Timestamp:
- 05/20/04 18:57:18 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/max_flow_demo.cc
r646 r651 11 11 //#include <preflow_res.h> 12 12 #include <hugo/for_each_macros.h> 13 #include <graph_concept.h> 13 14 14 15 using namespace hugo; … … 37 38 typedef SageGraph MutableGraph; 38 39 40 //typedef FullFeatureGraphConcept Graph; 39 41 typedef SmartGraph Graph; 40 42 // typedef SageGraph Graph;
Note: See TracChangeset
for help on using the changeset viewer.