COIN-OR::LEMON - Graph Library

Changeset 211:9222a9b8b323 in lemon-0.x for src/work/jacint/fib_heap.h


Ignore:
Timestamp:
03/19/04 23:16:05 (20 years ago)
Author:
jacint
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@306
Message:

updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/fib_heap.h

    r173 r211  
    144144   
    145145
     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
    146156    const PrioType get(const Item& it) const {
    147157      return container[iimap.get(it)].prio;
    148158    }
     159
    149160
    150161
Note: See TracChangeset for help on using the changeset viewer.