Changeset 1027:4ec35d1cd897 in lemon-0.x for src/lemon
- Timestamp:
- 12/02/04 18:36:07 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1417
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/min_cost_flow.h
r987 r1027 148 148 //We have to change the potential 149 149 for(typename ResGW::NodeIt n(res_graph); n!=INVALID; ++n) 150 potential [n] += dijkstra.distMap()[n];150 potential.set(n, potential[n]+dijkstra.distMap()[n]); 151 151 152 152 //Augmenting on the sortest path
Note: See TracChangeset
for help on using the changeset viewer.