COIN-OR::LEMON - Graph Library

Changeset 1631:e15162d8eca1 in lemon-0.x for lemon/preflow.h


Ignore:
Timestamp:
08/16/05 21:06:59 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2139
Message:

Fixed most (but not all) of Doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r1435 r1631  
    284284
    285285    ///The preflow algorithm consists of two phases, this method runs
    286     ///the second phase. After calling \ref phase1 and then \ref
    287     ///phase2, \ref flow contains a maximum flow, \ref flowValue
     286    ///the second phase. After calling \ref phase1() and then
     287    ///\ref phase2(),
     288    /// \ref flowMap() return a maximum flow, \ref flowValue
    288289    ///returns the value of a maximum flow, \ref minCut returns a
    289290    ///minimum cut, while the methods \ref minMinCut and \ref
Note: See TracChangeset for help on using the changeset viewer.