lemon/concepts/heap.h
changeset 290 f6899946c1ac
parent 220 a5d8c039f218
equal deleted inserted replaced
4:3ee0f00af262 5:1860d34b1bb7
   127       ///
   127       ///
   128       /// This method sets the priority of the given item if it is
   128       /// This method sets the priority of the given item if it is
   129       /// already stored in the heap.
   129       /// already stored in the heap.
   130       /// Otherwise it inserts the given item with the given priority.
   130       /// Otherwise it inserts the given item with the given priority.
   131       ///
   131       ///
   132       /// It may throw an \ref UnderflowPriorityException.
       
   133       /// \param i The item.
   132       /// \param i The item.
   134       /// \param p The priority.
   133       /// \param p The priority.
   135       void set(const Item &i, const Prio &p) {}
   134       void set(const Item &i, const Prio &p) {}
   136 
   135 
   137       /// \brief Decreases the priority of an item to the given value.
   136       /// \brief Decreases the priority of an item to the given value.