![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Priority queues in which the same element can appear several times. More...
#include <functional>#include <sstream>#include <string>#include <utility>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/hashTable.h>#include <initializer_list>#include <agrum/base/core/multiPriorityQueue_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::MultiPriorityQueue< Val, Priority, Cmp > |
| A MultiPriorityQueue is a heap in which each element has a mutable priority and duplicates are allowed. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Macros | |
| #define | GUM_MULTIPLE_PRIORITY_QUEUE_DEFAULT_CAPACITY 10 |
Priority queues in which the same element can appear several times.
Definition in file multiPriorityQueue.h.
| #define GUM_MULTIPLE_PRIORITY_QUEUE_DEFAULT_CAPACITY 10 |
Definition at line 66 of file multiPriorityQueue.h.