aGrUM  0.14.2
treeRegress_tpl.h File Reference

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

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

Go to the source code of this file.

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Macros

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

Detailed Description

Class used to compute the operation between two decision diagrams.

Author
Jean-Christophe MAGNAN and Pierre-Henri WUILLEMIN
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file treeRegress_tpl.h.

Macro Definition Documentation

◆ ALLOCATE

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

Definition at line 32 of file treeRegress_tpl.h.

◆ DEALLOCATE

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

Definition at line 33 of file treeRegress_tpl.h.