![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
An implementation of heaps. More...
Classes | |
| class | gum::Heap< Val, Cmp > |
| Heap data structure. More... | |
An implementation of heaps.
This file provides class Heap that implements a classic heap. Elements are sorted according to a weak order which is < by default, i.e., the top element of the heap is the smallest element and the more to the bottom the greater the element.