Changeset 211:9222a9b8b323 in lemon-0.x for src/work/jacint/fib_heap.h
- Timestamp:
- 03/19/04 23:16:05 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@306
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/fib_heap.h
r173 r211 144 144 145 145 146 147 148 PrioType& operator[](const Item& it) const { 149 return container[iimap.get(it)].prio; 150 } 151 152 const PrioType& operator[](const Item& it) const { 153 return container[iimap.get(it)].prio; 154 } 155 146 156 const PrioType get(const Item& it) const { 147 157 return container[iimap.get(it)].prio; 148 158 } 159 149 160 150 161
Note: See TracChangeset
for help on using the changeset viewer.