COIN-OR::LEMON - Graph Library

Changeset 2042:bdc953f2a449 in lemon-0.x for lemon/bellman_ford.h


Ignore:
Timestamp:
04/07/06 11:54:35 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2681
Message:

New Algorithm group for matchings

LaTeX formulas
Bug fix => /\f$ will cause parsing error in doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bellman_ford.h

    r2010 r2042  
    156156  /// should be used rather.
    157157  ///
    158   /// The complexity of the algorithm is O(n * e).
     158  /// The maximal time complexity of the algorithm is \f$ O(ne) \f$.
    159159  ///
    160160  /// The type of the length is determined by the
Note: See TracChangeset for help on using the changeset viewer.