COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/cost_scaling.h

    r1023 r1026  
    117117  /// consider to use the named template parameters instead.
    118118  ///
    119   /// \warning Both number types must be signed and all input data must
     119  /// \warning Both \c V and \c C must be signed number types.
     120  /// \warning All input data (capacities, supply values, and costs) must
    120121  /// be integer.
    121122  /// \warning This algorithm does not support negative costs for
Note: See TracChangeset for help on using the changeset viewer.