52#ifndef GUM_PARTIAL_ORDERED_TRIANGULATION_H
53#define GUM_PARTIAL_ORDERED_TRIANGULATION_H
89 bool minimality =
false);
115 bool minimality =
false);
An algorithm producing a junction given the elimination tree produced by a triangulation algorithm.
An Elimination sequence algorithm that imposes a given partial ordering on the nodes elimination sequ...
Base Class for all the algorithms producing a junction given a set of cliques/subcliques resulting fr...
Generic doubly linked lists.
Base class for all elimination sequence algorithm that impose a given partial ordering on the nodes e...
virtual void setPartialOrder(const List< NodeSet > *partial_order) final
sets the elimination sequence's partial order (only a reference is stored)
virtual void setGraph(const UndiGraph *graph, const NodeProperty< Size > *domsizes) final
initialize the triangulation data structures for a new graph
virtual PartialOrderedTriangulation * newFactory() const
returns a fresh triangulation (over an empty graph) of the same type as the current object
virtual ~PartialOrderedTriangulation()
destructor
PartialOrderedTriangulation & operator=(const PartialOrderedTriangulation &)
forbid copy operator
virtual PartialOrderedTriangulation * copyFactory() const final
virtual copy constructor
PartialOrderedTriangulation(const PartialOrderedEliminationSequenceStrategy &elimSeq=DefaultPartialOrderedEliminationSequenceStrategy(), const JunctionTreeStrategy &JTStrategy=DefaultJunctionTreeStrategy(), bool minimality=false)
default constructor
const List< NodeSet > * _partial_order_
the partial ordering to apply to eliminate nodes
virtual void initTriangulation_(UndiGraph &graph) final
the function called to initialize the triangulation process
StaticTriangulation(const EliminationSequenceStrategy &elimSeq, const JunctionTreeStrategy &JTStrategy, bool minimality=false)
default constructor: without any graph
Base class for undirected graphs.
An algorithms producing a junction given the elimination tree produced by the triangulation algorithm...
An Elimination sequence algorithm that imposes a given partial ordering on the nodes elimination sequ...
HashTable< NodeId, VAL > NodeProperty
Property on graph elements.
gum is the global namespace for all aGrUM entities
base class for all non-incremental triangulations.