aGrUM  0.16.0
eliminationSequenceStrategy_inl.h
Go to the documentation of this file.
1 
33 namespace gum {
34 
35 
37  INLINE UndiGraph* EliminationSequenceStrategy::graph() const noexcept {
38  return _graph;
39  }
40 
41 
43  INLINE const NodeProperty< Size >*
45  return _domain_sizes;
46  }
47 
48 
49 } /* namespace gum */
UndiGraph * _graph
the graph to be triangulated
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
The class for generic Hash Tables.
Definition: hashTable.h:679
UndiGraph * graph() const noexcept
returns the current graph
const NodeProperty< Size > * domainSizes() const noexcept
returns the current domain sizes
Base class for undirected graphs.
Definition: undiGraph.h:109
const NodeProperty< Size > * _domain_sizes
the domain sizes of the variables/nodes