COIN-OR::LEMON - Graph Library

Changeset 2588:4d3bc1d04c1d in lemon-0.x for lemon/min_mean_cycle.h


Ignore:
Timestamp:
02/29/08 16:57:52 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3470
Message:

Small improvements in min cost flow files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_mean_cycle.h

    r2583 r2588  
    135135
    136136    /// \name Execution control
    137     /// The simplest way to execute the algorithm is to call run().
     137    /// The simplest way to execute the algorithm is to call the run()
     138    /// function.
    138139    /// \n
    139140    /// If you only need the minimum mean value, you may call init()
     
    238239    /// The result of the algorithm can be obtained using these
    239240    /// functions.
    240     /// \n run() must be called before using them.
     241    /// \n The algorithm should be executed before using them.
    241242
    242243    /// @{
Note: See TracChangeset for help on using the changeset viewer.