Changeset 267:c17f741190f7 in lemon-0.x for src/work/marci/edmonds_karp_demo.cc
- Timestamp:
- 03/30/04 19:37:14 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/edmonds_karp_demo.cc
r266 r267 102 102 typedef GW::EdgeMapWrapper< Graph::EdgeMap<int>, int > EMW; 103 103 EMW cw(cap); 104 MaxFlow<GW, int, GW::EdgeMap<int>, EMW > max_flow_test( G, s, t, flow, cw);104 MaxFlow<GW, int, GW::EdgeMap<int>, EMW > max_flow_test(gw, s, t, flow, cw); 105 105 int i=0; 106 106 while (max_flow_test.augmentOnBlockingFlow<MutableGraph>()) {
Note: See TracChangeset
for help on using the changeset viewer.