lemon/capacity_scaling.h
changeset 922 9312d6c89d02
parent 921 140c953ad5d1
parent 919 e0cef67fe565
child 985 eb12ad2789fc
child 1003 16f55008c863
     1.1 --- a/lemon/capacity_scaling.h	Sat Jan 08 16:11:48 2011 +0100
     1.2 +++ b/lemon/capacity_scaling.h	Mon Jan 10 09:34:50 2011 +0100
     1.3 @@ -89,8 +89,8 @@
     1.4    /// \warning Both \c V and \c C must be signed number types.
     1.5    /// \warning All input data (capacities, supply values, and costs) must
     1.6    /// be integer.
     1.7 -  /// \warning This algorithm does not support negative costs for such
     1.8 -  /// arcs that have infinite upper bound.
     1.9 +  /// \warning This algorithm does not support negative costs for
    1.10 +  /// arcs having infinite upper bound.
    1.11  #ifdef DOXYGEN
    1.12    template <typename GR, typename V, typename C, typename TR>
    1.13  #else
    1.14 @@ -423,7 +423,7 @@
    1.15      /// calling \ref run(), the supply of each node will be set to zero.
    1.16      ///
    1.17      /// Using this function has the same effect as using \ref supplyMap()
    1.18 -    /// with such a map in which \c k is assigned to \c s, \c -k is
    1.19 +    /// with a map in which \c k is assigned to \c s, \c -k is
    1.20      /// assigned to \c t and all other nodes have zero supply value.
    1.21      ///
    1.22      /// \param s The source node.