aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
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