aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
triangulation_inl.h
Go to the documentation of this file.
1 
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
30 
31 
32 namespace gum {
33 
34 
36  INLINE const NodeProperty< Size >* Triangulation::domainSizes() const {
37  return _domain_sizes;
38  }
39 
40 
41 } /* namespace gum */
42 
43 
44 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
const NodeProperty< Size > * _domain_sizes
the domain sizes of the variables/nodes of the graph
const NodeProperty< Size > * domainSizes() const
returns the domain sizes of the variables of the graph to be triangulated