Changeset 785:a9b0863c2265 in lemon-0.x for src/hugo/mincostflows.h
- Timestamp:
- 09/02/04 17:13:21 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/mincostflows.h
r776 r785 90 90 //To store the flow 91 91 EdgeIntMap flow; 92 //To store the potenti la(dual variables)92 //To store the potential (dual variables) 93 93 typedef typename Graph::template NodeMap<Length> PotentialMap; 94 94 PotentialMap potential;
Note: See TracChangeset
for help on using the changeset viewer.