COIN-OR::LEMON - Graph Library

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

    r2030 r2042  
    137137  ///This class provides an efficient implementation of %Prim algorithm.
    138138  ///
    139   ///The running time is O(e*log n) where e is the number of edges and
     139  ///The running time is \f$ O(e\log(n)) \f$ where e is the number of edges and
    140140  ///n is the number of nodes in the graph.
    141141  ///
Note: See TracChangeset for help on using the changeset viewer.