lemon/capacity_scaling.h
changeset 985 eb12ad2789fc
parent 922 9312d6c89d02
child 1004 d59484d5fc1f
     1.1 --- a/lemon/capacity_scaling.h	Sun Jan 29 22:33:14 2012 +0100
     1.2 +++ b/lemon/capacity_scaling.h	Mon Jan 30 19:29:03 2012 +0100
     1.3 @@ -87,8 +87,8 @@
     1.4    /// consider to use the named template parameters instead.
     1.5    ///
     1.6    /// \warning Both \c V and \c C must be signed number types.
     1.7 -  /// \warning All input data (capacities, supply values, and costs) must
     1.8 -  /// be integer.
     1.9 +  /// \warning Capacity bounds and supply values must be integer, but
    1.10 +  /// arc costs can be arbitrary real numbers.
    1.11    /// \warning This algorithm does not support negative costs for
    1.12    /// arcs having infinite upper bound.
    1.13  #ifdef DOXYGEN