COIN-OR::LEMON - Graph Library

Changeset 2275:ff46747676ed in lemon-0.x


Ignore:
Timestamp:
10/30/06 17:26:13 (17 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3038
Message:

Small bugs in the documentation 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hao_orlin.h

    r2273 r2275  
    631631    /// @}
    632632   
    633     /// \name Query Functions The result of the %HaoOrlin algorithm
     633    /// \name Query Functions
     634    /// The result of the %HaoOrlin algorithm
    634635    /// can be obtained using these functions.
    635636    /// \n
    636     /// Before the use of these functions, either \ref run(), \ref
     637    /// Before using these functions, either \ref run(), \ref
    637638    /// calculateOut() or \ref calculateIn() must be called.
    638639   
     
    652653    /// value cut: it will give a nonempty set \f$ X\subsetneq V \f$
    653654    /// with minimal out-degree (i.e. \c nodeMap will be true exactly
    654     /// for the nodes of \f$ X \f$.  \pre nodeMap should be a
     655    /// for the nodes of \f$ X \f$).  \pre nodeMap should be a
    655656    /// bool-valued node-map.
    656657    template <typename NodeMap>
Note: See TracChangeset for help on using the changeset viewer.