COIN-OR::LEMON - Graph Library

Changeset 2042:bdc953f2a449 in lemon-0.x for lemon/floyd_warshall.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/floyd_warshall.h

    r1993 r2042  
    160160  /// there are negative circles then the johnson algorithm.
    161161  ///
    162   /// The complexity of this algorithm is O(n^3 + e).
     162  /// The complexity of this algorithm is \f$ O(n^3+e) \f$.
    163163  ///
    164164  /// The type of the length is determined by the
Note: See TracChangeset for help on using the changeset viewer.