COIN-OR::LEMON - Graph Library

Changeset 1025:140c953ad5d1 in lemon


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

Minor doc improvements

Location:
lemon
Files:
5 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
  • lemon/cost_scaling.h

    r956 r1025  
    114114  /// consider to use the named template parameters instead.
    115115  ///
    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
    117118  /// be integer.
    118119  /// \warning This algorithm does not support negative costs for such
  • lemon/cycle_canceling.h

    r956 r1025  
    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
  • lemon/kruskal.h

    r631 r1025  
    3131///\file
    3232///\brief Kruskal's algorithm to compute a minimum cost spanning tree
    33 ///
    34 ///Kruskal's algorithm to compute a minimum cost spanning tree.
    35 ///
    3633
    3734namespace lemon {
  • lemon/network_simplex.h

    r991 r1025  
    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.