Changeset 330:7ac0d4e8a31c in lemon-0.x for src/work/athos/minlengthpaths.h
- Timestamp:
- 04/15/04 16:41:20 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/minlengthpaths.h
r329 r330 38 38 typedef ConstMap<Edge,int> ConstMap; 39 39 40 typedef ResGraphWrapper<const Graph,int, EdgeIntMap,ConstMap> ResGraphType;40 typedef ResGraphWrapper<const Graph,int,ConstMap,EdgeIntMap> ResGraphType; 41 41 42 42 … … 93 93 94 94 //We need a residual graph, in which some of the edges are reversed 95 ResGraphType res_graph(G, reversed, const1map);95 ResGraphType res_graph(G, const1map, reversed); 96 96 97 97 //Initialize the copy of the Dijkstra potential to zero
Note: See TracChangeset
for help on using the changeset viewer.