COIN-OR::LEMON - Graph Library

Changeset 757:f1fe0ddad6f7 in lemon for lemon/bin_heap.h


Ignore:
Timestamp:
07/08/09 17:22:36 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Move the heaps to a separate group (#299)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bin_heap.h

    r756 r757  
    2020#define LEMON_BIN_HEAP_H
    2121
    22 ///\ingroup auxdat
     22///\ingroup heaps
    2323///\file
    2424///\brief Binary heap implementation.
     
    3030namespace lemon {
    3131
    32   /// \ingroup auxdat
     32  /// \ingroup heaps
    3333  ///
    3434  /// \brief Binary heap data structure.
Note: See TracChangeset for help on using the changeset viewer.