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

Class used to compute the operation between two decision diagrams. More...

Include dependency graph for treeOperator_tpl.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

Macros

#define ALLOCATE(x)
#define DEALLOCATE(x, y)

Detailed Description

Class used to compute the operation between two decision diagrams.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Jean-Christophe MAGNAN and Christophe GONZALES(_at_AMU)
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file treeOperator_tpl.h.

Macro Definition Documentation

◆ ALLOCATE

#define ALLOCATE ( x)
Value:
SmallObjectAllocator::instance().allocate(x)

Definition at line 55 of file treeOperator_tpl.h.

◆ DEALLOCATE

#define DEALLOCATE ( x,
y )
Value:
SmallObjectAllocator::instance().deallocate(x, y)

Definition at line 56 of file treeOperator_tpl.h.