42 #ifndef GUM_UNCONSTRAINED_ELIMINATION_SEQUENCE_STRATEGY_H 43 #define GUM_UNCONSTRAINED_ELIMINATION_SEQUENCE_STRATEGY_H gum is the global namespace for all aGrUM entities
The class for generic Hash Tables.
UndiGraph * graph() const noexcept
returns the current graph
virtual ~UnconstrainedEliminationSequenceStrategy()
destructor
UnconstrainedEliminationSequenceStrategy()
default constructor
Base Class for all elimination sequence algorithms used by triangulations.
virtual UnconstrainedEliminationSequenceStrategy * newFactory() const =0
creates a new elimination sequence of the same type as the current object, but this sequence contains...
The base class for all elimination sequence algorithms used by triangulation algorithms.
Base class for undirected graphs.
The base class for all elimination sequence algorithms that require only the graph to be triangulated...
virtual UnconstrainedEliminationSequenceStrategy * copyFactory() const =0
virtual copy constructor