COIN-OR::LEMON - Graph Library

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

    r2581 r2588  
    777777    }
    778778
    779     /// \brief Returns the flow on the edge.
    780     ///
    781     /// Returns the flow on the edge.
     779    /// \brief Returns the flow on the given edge.
     780    ///
     781    /// Returns the flow on the given edge.
    782782    ///
    783783    /// \pre \ref run() must be called before using this function.
     
    786786    }
    787787
    788     /// \brief Returns the potential of the node.
    789     ///
    790     /// Returns the potential of the node.
     788    /// \brief Returns the potential of the given node.
     789    ///
     790    /// Returns the potential of the given node.
    791791    ///
    792792    /// \pre \ref run() must be called before using this function.
Note: See TracChangeset for help on using the changeset viewer.