changeset 493 | bbd1db03f0fe |
parent 477 | 02b8ddcb207a |
4:ab3b0a37fe03 | 5:0427379a80de |
---|---|
1 // -*- C++ -*- |
1 // -*- C++ -*- |
2 |
2 |
3 #ifndef HUGO_FIB_HEAP_H |
3 #ifndef HUGO_FIB_HEAP_H |
4 #define HUGO_FIB_HEAP_H |
4 #define HUGO_FIB_HEAP_H |
5 |
5 |
6 ///ingroup auxdat |
6 ///\ingroup auxdat |
7 ///\file |
7 ///\file |
8 ///\brief Fibonacci Heap implementation. |
8 ///\brief Fibonacci Heap implementation. |
9 |
9 |
10 #include <vector> |
10 #include <vector> |
11 #include <functional> |
11 #include <functional> |