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

Base Class for all elimination sequence algorithms used by triangulations. More...

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

Go to the source code of this file.

Classes

class  gum::EliminationSequenceStrategy
 The base class for all elimination sequence algorithms used by triangulation algorithms. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Detailed Description

Base Class for all elimination sequence algorithms used by triangulations.

This class is the interface that should be implemented by all elimination sequence algorithms used by triangulation algorithms.

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

Definition in file eliminationSequenceStrategy.h.