COIN-OR::LEMON - Graph Library

Changeset 922:9312d6c89d02 in lemon-main for lemon/cycle_canceling.h


Ignore:
Timestamp:
01/10/11 09:34:50 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
921:140c953ad5d1 (diff), 920:745312f9b441 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/cycle_canceling.h

    r919 r922  
    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
  • lemon/cycle_canceling.h

    r921 r922  
    6969  /// \warning All input data (capacities, supply values, and costs) must
    7070  /// be integer.
    71   /// \warning This algorithm does not support negative costs for such
    72   /// arcs that have infinite upper bound.
     71  /// \warning This algorithm does not support negative costs for
     72  /// arcs having infinite upper bound.
    7373  ///
    7474  /// \note For more information about the three available methods,
     
    118118    /// \ref CycleCanceling provides three different cycle-canceling
    119119    /// methods. By default, \ref CANCEL_AND_TIGHTEN "Cancel and Tighten"
    120     /// is used, which proved to be the most efficient and the most robust
    121     /// on various test inputs.
     120    /// is used, which is by far the most efficient and the most robust.
    122121    /// However, the other methods can be selected using the \ref run()
    123122    /// function with the proper parameter.
     
    351350    ///
    352351    /// Using this function has the same effect as using \ref supplyMap()
    353     /// with such a map in which \c k is assigned to \c s, \c -k is
     352    /// with a map in which \c k is assigned to \c s, \c -k is
    354353    /// assigned to \c t and all other nodes have zero supply value.
    355354    ///
Note: See TracChangeset for help on using the changeset viewer.