COIN-OR::LEMON - Graph Library

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

    r2581 r2588  
    400400    }
    401401
    402     /// \brief Returns the flow on the edge.
    403     ///
    404     /// Returns the flow on the edge.
     402    /// \brief Returns the flow on the given edge.
     403    ///
     404    /// Returns the flow on the given edge.
    405405    ///
    406406    /// \pre \ref run() must be called before using this function.
     
    409409    }
    410410
    411     /// \brief Returns the potential of the node.
    412     ///
    413     /// Returns the potential of the node.
     411    /// \brief Returns the potential of the given node.
     412    ///
     413    /// Returns the potential of the given node.
    414414    ///
    415415    /// \pre \ref run() must be called before using this function.
Note: See TracChangeset for help on using the changeset viewer.