lemon/capacity_scaling.h
changeset 921 140c953ad5d1
parent 877 141f9c0db4a3
child 922 9312d6c89d02
equal deleted inserted replaced
14:ad23554b3d59 16:7f81cca97b4e
    84   /// algorithm. By default, it is \ref CapacityScalingDefaultTraits
    84   /// algorithm. By default, it is \ref CapacityScalingDefaultTraits
    85   /// "CapacityScalingDefaultTraits<GR, V, C>".
    85   /// "CapacityScalingDefaultTraits<GR, V, C>".
    86   /// In most cases, this parameter should not be set directly,
    86   /// In most cases, this parameter should not be set directly,
    87   /// consider to use the named template parameters instead.
    87   /// consider to use the named template parameters instead.
    88   ///
    88   ///
    89   /// \warning Both number types must be signed and all input data must
    89   /// \warning Both \c V and \c C must be signed number types.
       
    90   /// \warning All input data (capacities, supply values, and costs) must
    90   /// be integer.
    91   /// be integer.
    91   /// \warning This algorithm does not support negative costs for such
    92   /// \warning This algorithm does not support negative costs for such
    92   /// arcs that have infinite upper bound.
    93   /// arcs that have infinite upper bound.
    93 #ifdef DOXYGEN
    94 #ifdef DOXYGEN
    94   template <typename GR, typename V, typename C, typename TR>
    95   template <typename GR, typename V, typename C, typename TR>