COIN-OR::LEMON - Graph Library

Changeset 2588:4d3bc1d04c1d in lemon-0.x for lemon/cycle_canceling.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/cycle_canceling.h

    r2581 r2588  
    356356    }
    357357
    358     /// \brief Returns the flow on the edge.
    359     ///
    360     /// Returns the flow on the edge.
     358    /// \brief Returns the flow on the given edge.
     359    ///
     360    /// Returns the flow on the given edge.
    361361    ///
    362362    /// \pre \ref run() must be called before using this function.
     
    365365    }
    366366
    367     /// \brief Returns the potential of the node.
    368     ///
    369     /// Returns the potential of the node.
     367    /// \brief Returns the potential of the given node.
     368    ///
     369    /// Returns the potential of the given node.
    370370    ///
    371371    /// \pre \ref run() must be called before using this function.
Note: See TracChangeset for help on using the changeset viewer.