Changeset 1127:2dea256cb988 in lemon-0.x
- Timestamp:
- 02/06/05 15:38:00 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/fib_heap.h
r967 r1127 79 79 80 80 public: 81 ///Status of the nodes 81 82 enum state_enum { 83 ///The node is in the heap 82 84 IN_HEAP = 0, 85 ///The node has never been in the heap 83 86 PRE_HEAP = -1, 87 ///The node was in the heap but it got out of it 84 88 POST_HEAP = -2 85 89 };
Note: See TracChangeset
for help on using the changeset viewer.