COIN-OR::LEMON - Graph Library

Changeset 921:140c953ad5d1 in lemon-main for lemon/cycle_canceling.h


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/cycle_canceling.h

    r877 r921  
    6666  /// algorithm. By default, it is the same as \c V.
    6767  ///
    68   /// \warning Both number types must be signed and all input data must
     68  /// \warning Both \c V and \c C must be signed number types.
     69  /// \warning All input data (capacities, supply values, and costs) must
    6970  /// be integer.
    7071  /// \warning This algorithm does not support negative costs for such
Note: See TracChangeset for help on using the changeset viewer.