src/lemon/fib_heap.h
changeset 967 6563019430ba
parent 921 818510fa3d99
child 1127 2dea256cb988
     1.1 --- a/src/lemon/fib_heap.h	Mon Nov 08 08:40:37 2004 +0000
     1.2 +++ b/src/lemon/fib_heap.h	Mon Nov 08 15:22:39 2004 +0000
     1.3 @@ -49,6 +49,8 @@
     1.4    ///\param Compare A class for the ordering of the priorities. The
     1.5    ///default is \c std::less<Prio>.
     1.6    ///
     1.7 +  ///\sa BinHeap
     1.8 +  ///\sa Dijkstra
     1.9    ///\author Jacint Szabo 
    1.10   
    1.11  #ifdef DOXYGEN