COIN-OR::LEMON - Graph Library

Changeset 2529:93de38566e6c in lemon-0.x for lemon/bin_heap.h


Ignore:
Timestamp:
11/30/07 10:22:38 (16 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3405
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bin_heap.h

    r2391 r2529  
    3030namespace lemon {
    3131
    32   /// \ingroup auxdat
    33 
    34   /// A Binary Heap implementation.
    35  
     32  ///\ingroup auxdat
     33  ///
     34  ///\brief A Binary Heap implementation.
     35  ///
    3636  ///This class implements the \e binary \e heap data structure. A \e heap
    3737  ///is a data structure for storing items with specified values called \e
     
    230230
    231231    /// \brief Decreases the priority of \c i to \c p.
    232 
     232    ///
    233233    /// This method decreases the priority of item \c i to \c p.
    234234    /// \pre \c i must be stored in the heap with priority at least \c
Note: See TracChangeset for help on using the changeset viewer.