aGrUM  0.14.2
variableElimination.h File Reference

Implementation of a variable elimination algorithm for inference in Bayesian Networks. More...

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

Go to the source code of this file.

Classes

class  gum::VariableElimination< GUM_SCALAR >
 <agrum/BN/inference/variableElimination.h> More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

template<typename GUM_SCALAR >
static INLINE Potential< GUM_SCALAR > * gum::VENewmultiPotential (const Potential< GUM_SCALAR > &t1, const Potential< GUM_SCALAR > &t2)
 
template<typename GUM_SCALAR >
static INLINE Potential< GUM_SCALAR > * gum::VENewprojPotential (const Potential< GUM_SCALAR > &t1, const Set< const DiscreteVariable * > &del_vars)
 

Detailed Description

Implementation of a variable elimination algorithm for inference in Bayesian Networks.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file variableElimination.h.