Changeset 1336:fd5fd79123fd in lemon-0.x for src/lemon/radix_heap.h
- Timestamp:
- 04/09/05 22:45:28 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/radix_heap.h
r1331 r1336 74 74 /// 75 75 /// Each Item element have a state associated to it. It may be "in heap", 76 /// "pre heap" or "post heap". The lat er two are indifferent from the76 /// "pre heap" or "post heap". The latter two are indifferent from the 77 77 /// heap's point of view, but may be useful to the user. 78 78 /// 79 /// The ItemIntMap _should_ be initialized in such way,that it maps79 /// The ItemIntMap \e should be initialized in such way that it maps 80 80 /// PRE_HEAP (-1) to any element to be put in the heap... 81 81 enum state_enum {
Note: See TracChangeset
for help on using the changeset viewer.