lemon/network_simplex.h
changeset 1025 140c953ad5d1
parent 991 fb932bcfd803
child 1026 9312d6c89d02
     1.1 --- a/lemon/network_simplex.h	Tue Nov 16 07:46:01 2010 +0100
     1.2 +++ b/lemon/network_simplex.h	Sat Jan 08 16:11:48 2011 +0100
     1.3 @@ -63,7 +63,8 @@
     1.4    /// \tparam C The number type used for costs and potentials in the
     1.5    /// algorithm. By default, it is the same as \c V.
     1.6    ///
     1.7 -  /// \warning Both number types must be signed and all input data must
     1.8 +  /// \warning Both \c V and \c C must be signed number types.
     1.9 +  /// \warning All input data (capacities, supply values, and costs) must
    1.10    /// be integer.
    1.11    ///
    1.12    /// \note %NetworkSimplex provides five different pivot rule