COIN-OR::LEMON - Graph Library

Changeset 2418:89cbf0a2ed57 in lemon-0.x


Ignore:
Timestamp:
04/10/07 11:01:30 (17 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3250
Message:

Slight modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/ssp_min_cost_flow.h

    r2408 r2418  
    180180    /// nonzero feasible primal-dual solution pair as well.
    181181    ///
    182     /// \todo If the actual flow value is bigger than k, then
     182    /// \todo If the current flow value is bigger than k, then
    183183    /// everything is cleared and the algorithm starts from zero
    184184    /// flow. Is it a good approach?
     
    196196    }
    197197
    198     /// \brief Returns the value of the actual flow.
     198    /// \brief Returns the value of the current flow.
    199199    int flowValue() const {
    200200      int i=0;
Note: See TracChangeset for help on using the changeset viewer.