COIN-OR::LEMON - Graph Library

Changeset 921:140c953ad5d1 in lemon-main for lemon/network_simplex.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/network_simplex.h

    r896 r921  
    6464  /// algorithm. By default, it is the same as \c V.
    6565  ///
    66   /// \warning Both number types must be signed and all input data must
     66  /// \warning Both \c V and \c C must be signed number types.
     67  /// \warning All input data (capacities, supply values, and costs) must
    6768  /// be integer.
    6869  ///
Note: See TracChangeset for help on using the changeset viewer.