COIN-OR::LEMON - Graph Library

Changeset 709:7a518df79892 in lemon-0.x for src/work/jacint/max_flow.h


Ignore:
Timestamp:
07/19/04 15:32:28 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@961
Message:

docfix

File:
1 edited

Legend:

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

    r656 r709  
    152152    };
    153153   
     154    ///Constructor
     155
     156    ///\todo Document, please.
     157    ///
    154158    MaxFlow(const Graph& _G, Node _s, Node _t, const CapMap& _capacity,
    155159            FlowMap& _flow) :
     
    181185    /// - an arbitary preflow if \c fe is \c PRE_FLOW,
    182186    /// - any map if \c fe is NO_FLOW.
     187    ///
     188    ///\todo NO_FLOW should be the default flow.
    183189    void preflow(FlowEnum fe) {
    184190      preflowPhase1(fe);
Note: See TracChangeset for help on using the changeset viewer.