aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
allDiscreteVariables.h File Reference
Include dependency graph for allDiscreteVariables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<GUM_Numeric GUM_SCALAR = double>
std::unique_ptr< DiscreteVariablegum::fastVariable (std::string var_description, Size default_domain_size)
 Create a pointer on a Discrete Variable from a "fast" syntax.
template<GUM_Numeric GUM_SCALAR = double>
std::unique_ptr< DiscreteVariablegum::fastVariable (std::string var_description, std::string_view default_domain="[2]")
 Create a pointer on a Discrete Variable from a "fast" syntax.