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

the base class for "low-level" operators used to schedule inferences More...

Include dependency graph for scheduleOperator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::ScheduleOperator
 the base class for "low-level" operators used to schedule inferences More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Enumerations

enum class  gum::ScheduleOperatorType : char { gum::COMBINE_MULTIDIM , gum::PROJECT_MULTIDIM , gum::DELETE_MULTIDIM , gum::STORE_MULTIDIM }
 the currently supported types of "low-level" operators More...

Detailed Description

the base class for "low-level" operators used to schedule inferences

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

Definition in file scheduleOperator.h.