COIN-OR::LEMON - Graph Library

Changeset 2473:9ffff9051a4b in lemon-0.x for lemon


Ignore:
Timestamp:
09/16/07 16:21:12 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3311
Message:

Small improvement in documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r2391 r2473  
    211211    ///\warning \ref minMinCut and \ref maxMinCut do not give minimum
    212212    ///value cuts unless calling \ref phase2. 
     213    ///\warning A real flow map (i.e. not \ref lemon::NullMap "NullMap")
     214    ///is needed for this phase.
    213215    ///\pre The starting flow must be
    214216    ///- a constant zero flow if \c fp is \c ZERO_FLOW,
     
    233235    ///\warning \ref minMinCut() and \ref maxMinCut() do not
    234236    ///give minimum value cuts unless calling \ref phase2().
     237    ///\warning A real flow map (i.e. not \ref lemon::NullMap "NullMap")
     238    ///is needed for this phase.
    235239    void phase1()
    236240    {
Note: See TracChangeset for help on using the changeset viewer.