Changeset 788:c3187cafcabf in lemon-0.x for src/hugo/minlengthpaths.h
- Timestamp:
- 09/02/04 18:56:33 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/minlengthpaths.h
r776 r788 13 13 #include <vector> 14 14 #include <hugo/mincostflows.h> 15 #include <for_each_macros.h>16 15 17 16 namespace hugo { … … 84 83 EdgeIntMap reversed(G); 85 84 86 //FOR_EACH_LOC(typename Graph::EdgeIt, e, G){ 87 for(typename Graph::EdgeIt e=loopFirst(typename Graph::EdgeIt(), (G)); e!=INVALID; ++e){ 85 for(typename Graph::EdgeIt e(G); e!=INVALID; ++e) 88 86 reversed[e] = mincost_flow.getFlow()[e]; 89 }90 87 91 88 paths.clear();
Note: See TracChangeset
for help on using the changeset viewer.