# HG changeset patch # User Peter Kovacs # Date 1327948143 -3600 # Node ID eb12ad2789fc394c606dc2d9107a4ad4b75fdbf6 # Parent 48e17328c1551cb8196973d6056a04e40e5d624a Fix the doc in CapacityScaling: cost can be real numbers (#261) diff -r 48e17328c155 -r eb12ad2789fc lemon/capacity_scaling.h --- a/lemon/capacity_scaling.h Sun Jan 29 22:33:14 2012 +0100 +++ b/lemon/capacity_scaling.h Mon Jan 30 19:29:03 2012 +0100 @@ -87,8 +87,8 @@ /// consider to use the named template parameters instead. /// /// \warning Both \c V and \c C must be signed number types. - /// \warning All input data (capacities, supply values, and costs) must - /// be integer. + /// \warning Capacity bounds and supply values must be integer, but + /// arc costs can be arbitrary real numbers. /// \warning This algorithm does not support negative costs for /// arcs having infinite upper bound. #ifdef DOXYGEN