Changeset 653:c3ad7c661a49 in lemon-0.x for src/work
- Timestamp:
- 05/21/04 10:15:45 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/max_flow.h
r650 r653 64 64 FlowMap* flow; 65 65 int n; //the number of nodes of G 66 //typedef ResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;67 typedef ExpResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW;66 typedef ResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW; 67 //typedef ExpResGraphWrapper<const Graph, Num, CapMap, FlowMap> ResGW; 68 68 typedef typename ResGW::OutEdgeIt ResGWOutEdgeIt; 69 69 typedef typename ResGW::Edge ResGWEdge;
Note: See TracChangeset
for help on using the changeset viewer.