aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
schedulerParallel.h File Reference

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>
Include dependency graph for schedulerParallel.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

A scheduler that executes available operators in parallel.

Author
Christophe GONZALES(@AMU) and Pierre-Henri WUILLEMIN(@LIP6)

Definition in file schedulerParallel.h.