src/lemon/fib_heap.h
changeset 1110 ba28dfbea5f2
parent 921 818510fa3d99
child 1127 2dea256cb988
equal deleted inserted replaced
0:773477198043 1:f25fd4cbc167
    47   ///\param ItemIntMap A read and writable Item int map, for the usage of
    47   ///\param ItemIntMap A read and writable Item int map, for the usage of
    48   ///the heap.
    48   ///the heap.
    49   ///\param Compare A class for the ordering of the priorities. The
    49   ///\param Compare A class for the ordering of the priorities. The
    50   ///default is \c std::less<Prio>.
    50   ///default is \c std::less<Prio>.
    51   ///
    51   ///
       
    52   ///\sa BinHeap
       
    53   ///\sa Dijkstra
    52   ///\author Jacint Szabo 
    54   ///\author Jacint Szabo 
    53  
    55  
    54 #ifdef DOXYGEN
    56 #ifdef DOXYGEN
    55   template <typename Item, 
    57   template <typename Item, 
    56 	    typename Prio, 
    58 	    typename Prio,