Changeset 1191:c988f12c6c0c in lemon-0.x for src/lemon/bin_heap.h
- Timestamp:
- 03/04/05 18:14:48 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/bin_heap.h
r1185 r1191 76 76 explicit BinHeap(ItemIntMap &_iim) : iim(_iim) {} 77 77 ///\e 78 explicitBinHeap(ItemIntMap &_iim, const Compare &_comp)78 BinHeap(ItemIntMap &_iim, const Compare &_comp) 79 79 : iim(_iim), comp(_comp) {} 80 80
Note: See TracChangeset
for help on using the changeset viewer.