COIN-OR::LEMON - Graph Library

Changeset 278:c11f84e3da21 in lemon-0.x


Ignore:
Timestamp:
04/02/04 20:31:19 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@392
Message:

const Graph&, const CapMap?& in preflow constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/preflow.h

    r211 r278  
    6262
    6363  public:
    64     Preflow(Graph& _G, Node _s, Node _t, CapMap& _capacity, FlowMap& _flow ) :
     64    Preflow(const Graph& _G, Node _s, Node _t, const CapMap& _capacity,
     65            FlowMap& _flow ) :
    6566      G(_G), s(_s), t(_t), flow(_flow), capacity(_capacity) {}
    6667
Note: See TracChangeset for help on using the changeset viewer.