COIN-OR::LEMON - Graph Library

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

    r2038 r2042  
    3838  /// priorities in such a way that finding the item with minimum priority is
    3939  /// efficient. The bucket heap is very simple implementation, it can store
    40   /// only integer priorities and it stores for each priority in the [0..C]
    41   /// range a list of items. So it should be used only when the priorities
    42   /// are small. It is not intended to use as dijkstra heap.
     40  /// only integer priorities and it stores for each priority in the
     41  /// \f$ [0..C) \f$ range a list of items. So it should be used only when
     42  /// the priorities are small. It is not intended to use as dijkstra heap.
    4343  ///
    4444  /// \param _Item Type of the items to be stored. 
Note: See TracChangeset for help on using the changeset viewer.