#include "chomp/struct/multitab.h"
Go to the source code of this file.
Namespaces | |
namespace | chomp |
namespace | chomp::homology |
Classes | |
class | chomp::homology::FibonacciHeap< element > |
This template contains the definition of a Fibonacci heap that can be used as an efficient priority queue, for example, in the Dijxtra graph algorithm. More... | |
struct | chomp::homology::FibonacciHeap< element >::Node |
The structure that holds a graph node for the graph representation of a Fibonacci heap. More... |
Definition in file fibheap.h.