COIN-OR::LEMON - Graph Library

Changeset 412:7030149efed2 in lemon-1.2 for lemon


Ignore:
Timestamp:
12/02/08 11:57:23 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Minor doc improvements in HaoOrlin? (#58)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hao_orlin.h

    r411 r412  
    822822    /// If you need more control on the execution,
    823823    /// first you must call \ref init(), then the \ref calculateIn() or
    824     /// \ref calculateIn() functions.
     824    /// \ref calculateOut() functions.
    825825
    826826    /// @{
     
    884884    ///
    885885    /// Calculates a minimum cut with \f$ source \f$ on the
    886     /// source-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
    887     /// \in X \f$ and minimal out-degree).
     886    /// source-side (i.e. a set \f$ X\subsetneq V \f$ with
     887    /// \f$ source \in X \f$ and minimal out-degree).
    888888    void calculateOut() {
    889889      findMinCutOut();
     
    894894    ///
    895895    /// Calculates a minimum cut with \f$ source \f$ on the
    896     /// target-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
    897     /// \in X \f$ and minimal out-degree).
     896    /// target-side (i.e. a set \f$ X\subsetneq V \f$ with
     897    /// \f$ source \in X \f$ and minimal out-degree).
    898898    void calculateIn() {
    899899      findMinCutIn();
Note: See TracChangeset for help on using the changeset viewer.