Fix the doc in CapacityScaling: cost can be real numbers (#261)
authorPeter Kovacs <kpeter@inf.elte.hu>
Mon, 30 Jan 2012 19:29:03 +0100
changeset 1137eb12ad2789fc
parent 1132 48e17328c155
child 1138 c8896bc31271
Fix the doc in CapacityScaling: cost can be real numbers (#261)
lemon/capacity_scaling.h
     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