COIN-OR::LEMON - Graph Library

Changeset 710:f1fe0ddad6f7 in lemon-main for lemon/fib_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/fib_heap.h

    r709 r710  
    2121
    2222///\file
    23 ///\ingroup auxdat
     23///\ingroup heaps
    2424///\brief Fibonacci heap implementation.
    2525
     
    3131namespace lemon {
    3232
    33   /// \ingroup auxdat
     33  /// \ingroup heaps
    3434  ///
    3535  /// \brief Fibonacci heap data structure.
Note: See TracChangeset for help on using the changeset viewer.