COIN-OR::LEMON - Graph Library

Ticket #406: doc-impr-140c953ad5d1.patch

File doc-impr-140c953ad5d1.patch, 2.9 KB (added by Peter Kovacs, 14 years ago)
  • lemon/capacity_scaling.h

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1294499508 -3600
    # Node ID 140c953ad5d154e1efd4683ef134c79e80d64afd
    # Parent  4980b05606bdffb4ca3c522a9449dd5b1f5310d4
    Minor doc improvements
    
    diff --git a/lemon/capacity_scaling.h b/lemon/capacity_scaling.h
    a b  
    8686  /// In most cases, this parameter should not be set directly,
    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
    9293  /// arcs that have infinite upper bound.
  • lemon/cost_scaling.h

    diff --git a/lemon/cost_scaling.h b/lemon/cost_scaling.h
    a b  
    113113  /// In most cases, this parameter should not be set directly,
    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
    119120  /// arcs that have infinite upper bound.
  • lemon/cycle_canceling.h

    diff --git a/lemon/cycle_canceling.h b/lemon/cycle_canceling.h
    a b  
    6565  /// \tparam C The number type used for costs and potentials in the
    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
    7172  /// arcs that have infinite upper bound.
  • lemon/kruskal.h

    diff --git a/lemon/kruskal.h b/lemon/kruskal.h
    a b  
    3030///\ingroup spantree
    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 {
    3835
  • lemon/network_simplex.h

    diff --git a/lemon/network_simplex.h b/lemon/network_simplex.h
    a b  
    6363  /// \tparam C The number type used for costs and potentials in the
    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  ///
    6970  /// \note %NetworkSimplex provides five different pivot rule