![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
A scheduler that executes available operators in parallel. More...
#include <algorithm>#include <atomic>#include <chrono>#include <memory>#include <mutex>#include <thread>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/priorityQueue.h>#include <agrum/base/core/threads/threadExecutor.h>#include <agrum/base/graphicalModels/inference/scheduler/schedulerSequential.h>#include <condition_variable>#include <agrum/base/graphicalModels/inference/scheduler/schedulerParallel_inl.h>Go to the source code of this file.
Classes | |
| class | gum::SchedulerParallel |
| A scheduler that executes available operators in parallel. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
A scheduler that executes available operators in parallel.
Definition in file schedulerParallel.h.