Changeset 1336:fd5fd79123fd in lemon-0.x for src/lemon/bin_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/bin_heap.h
r1331 r1336 63 63 /// 64 64 /// Each Item element have a state associated to it. It may be "in heap", 65 /// "pre heap" or "post heap". The lat er two are indifferent from the65 /// "pre heap" or "post heap". The latter two are indifferent from the 66 66 /// heap's point of view, but may be useful to the user. 67 67 /// 68 /// The ItemIntMap _should_ be initialized in such way,that it maps68 /// The ItemIntMap \e should be initialized in such way that it maps 69 69 /// PRE_HEAP (-1) to any element to be put in the heap... 70 70 enum state_enum {
Note: See TracChangeset
for help on using the changeset viewer.