COIN-OR::LEMON - Graph Library

Changeset 946:c94ef40a22ce in lemon-0.x for src/lemon/preflow.h


Ignore:
Timestamp:
10/28/04 00:38:50 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1322
Message:

The graph_factory branch (@ 1321) has been merged to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/preflow.h

    r921 r946  
    141141              const CapMap& _capacity, FlowMap& _flow) :
    142142        g(&_G), s(_s), t(_t), capacity(&_capacity),
    143         flow(&_flow), n(_G.nodeNum()), level(_G), excess(_G,0),
     143        flow(&_flow), n(countNodes(_G)), level(_G), excess(_G,0),
    144144        flow_prop(NO_FLOW), status(AFTER_NOTHING) { }
    145145
Note: See TracChangeset for help on using the changeset viewer.