COIN-OR::LEMON - Graph Library

Changeset 1336:fd5fd79123fd in lemon-0.x


Ignore:
Timestamp:
04/09/05 22:45:28 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1775
Message:

Minor corrections in the doc

Location:
src/lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/bin_heap.h

    r1331 r1336  
    6363    ///
    6464    /// Each Item element have a state associated to it. It may be "in heap",
    65     /// "pre heap" or "post heap". The later two are indifferent from the
     65    /// "pre heap" or "post heap". The latter two are indifferent from the
    6666    /// heap's point of view, but may be useful to the user.
    6767    ///
    68     /// The ItemIntMap _should_ be initialized in such way, that it maps
     68    /// The ItemIntMap \e should be initialized in such way that it maps
    6969    /// PRE_HEAP (-1) to any element to be put in the heap...
    7070    enum state_enum {
  • src/lemon/radix_heap.h

    r1331 r1336  
    7474    ///
    7575    /// Each Item element have a state associated to it. It may be "in heap",
    76     /// "pre heap" or "post heap". The later two are indifferent from the
     76    /// "pre heap" or "post heap". The latter two are indifferent from the
    7777    /// heap's point of view, but may be useful to the user.
    7878    ///
    79     /// The ItemIntMap _should_ be initialized in such way, that it maps
     79    /// The ItemIntMap \e should be initialized in such way that it maps
    8080    /// PRE_HEAP (-1) to any element to be put in the heap...
    8181    enum state_enum {
Note: See TracChangeset for help on using the changeset viewer.