Changeset 888:cc3590763f7f in lemon-0.x for src/hugo
- Timestamp:
- 09/20/04 11:05:19 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1196
- Location:
- src/hugo
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r879 r888 1097 1097 typedef Number ValueType; 1098 1098 typedef Edge KeyType; 1099 ResCap(const ResGraphWrapper<Graph, Number, CapacityMap, FlowMap>& _res_graph) :1100 res_graph(&_res_graph) { }1099 ResCap(const ResGraphWrapper<Graph, Number, CapacityMap, FlowMap>& 1100 _res_graph) : res_graph(&_res_graph) { } 1101 1101 Number operator[](const Edge& e) const { 1102 1102 if (res_graph->forward(e))
Note: See TracChangeset
for help on using the changeset viewer.