COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
01/08/11 16:11:48 (13 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Minor doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/capacity_scaling.h

    r956 r1025  
    8787  /// consider to use the named template parameters instead.
    8888  ///
    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
    9091  /// be integer.
    9192  /// \warning This algorithm does not support negative costs for such
Note: See TracChangeset for help on using the changeset viewer.