32 #endif // GUM_NO_INLINE 73 for (
const NodeId cl : jt) {
76 for (
const auto node : jt.clique(cl))
79 if (res < dSize) res = dSize;
double maxLog10CliqueDomainSize()
returns the max of log10DomainSize of the cliques in the junction tree.
gum is the global namespace for all aGrUM entities
The class for generic Hash Tables.
const NodeProperty< Size > * _domain_sizes
the domain sizes of the variables/nodes of the graph
Abstract base class for computing triangulations of graphs.
Triangulation()
default constructor
virtual ~Triangulation()
destructor
Abstract base class for computing triangulations of graphs.
Interface for all the triangulation methods.
virtual const CliqueGraph & junctionTree()=0
returns a compatible junction tree
Size NodeId
Type for node ids.