lemon/capacity_scaling.h
changeset 1023 e0cef67fe565
parent 956 141f9c0db4a3
child 1026 9312d6c89d02
     1.1 --- a/lemon/capacity_scaling.h	Sat Jan 08 15:52:07 2011 +0100
     1.2 +++ b/lemon/capacity_scaling.h	Sun Jan 09 16:51:14 2011 +0100
     1.3 @@ -88,8 +88,8 @@
     1.4    ///
     1.5    /// \warning Both number types must be signed and all input data 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 @@ -422,7 +422,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.