lemon/cost_scaling.h
changeset 921 140c953ad5d1
parent 877 141f9c0db4a3
child 922 9312d6c89d02
equal deleted inserted replaced
13:c18b7e8e2d31 15:e5057252eb7b
   111   /// algorithm. By default, it is \ref CostScalingDefaultTraits
   111   /// algorithm. By default, it is \ref CostScalingDefaultTraits
   112   /// "CostScalingDefaultTraits<GR, V, C>".
   112   /// "CostScalingDefaultTraits<GR, V, C>".
   113   /// In most cases, this parameter should not be set directly,
   113   /// In most cases, this parameter should not be set directly,
   114   /// consider to use the named template parameters instead.
   114   /// consider to use the named template parameters instead.
   115   ///
   115   ///
   116   /// \warning Both number types must be signed and all input data must
   116   /// \warning Both \c V and \c C must be signed number types.
       
   117   /// \warning All input data (capacities, supply values, and costs) must
   117   /// be integer.
   118   /// be integer.
   118   /// \warning This algorithm does not support negative costs for such
   119   /// \warning This algorithm does not support negative costs for such
   119   /// arcs that have infinite upper bound.
   120   /// arcs that have infinite upper bound.
   120   ///
   121   ///
   121   /// \note %CostScaling provides three different internal methods,
   122   /// \note %CostScaling provides three different internal methods,