COIN-OR::LEMON - Graph Library

Changeset 888:cc3590763f7f in lemon-0.x for src/hugo


Ignore:
Timestamp:
09/20/04 11:05:19 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1196
Message:
 
Location:
src/hugo
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/graph_wrapper.h

    r879 r888  
    10971097      typedef Number ValueType;
    10981098      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) { }
    11011101      Number operator[](const Edge& e) const {
    11021102        if (res_graph->forward(e))
Note: See TracChangeset for help on using the changeset viewer.