COIN-OR::LEMON - Graph Library

Changeset 785:a9b0863c2265 in lemon-0.x for src/hugo/mincostflows.h


Ignore:
Timestamp:
09/02/04 17:13:21 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1078
Message:

Changes in doc. (New module name for array/vector maps added.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/mincostflows.h

    r776 r785  
    9090    //To store the flow
    9191    EdgeIntMap flow;
    92     //To store the potentila (dual variables)
     92    //To store the potential (dual variables)
    9393    typedef typename Graph::template NodeMap<Length> PotentialMap;
    9494    PotentialMap potential;
Note: See TracChangeset for help on using the changeset viewer.