lemon/fib_heap.h
changeset 2623 90defb96ee61
parent 2553 bfced05fa852
equal deleted inserted replaced
14:a68d521a36f9 15:561ad386f84a
    23 ///\ingroup auxdat
    23 ///\ingroup auxdat
    24 ///\brief Fibonacci Heap implementation.
    24 ///\brief Fibonacci Heap implementation.
    25 
    25 
    26 #include <vector>
    26 #include <vector>
    27 #include <functional>
    27 #include <functional>
    28 #include <cmath>
    28 #include <lemon/math.h>
    29 
    29 
    30 namespace lemon {
    30 namespace lemon {
    31   
    31   
    32   /// \ingroup auxdat
    32   /// \ingroup auxdat
    33   ///
    33   ///