104 if (
this != &from) {
_DiGraph_graph_ = std::move(from._DiGraph_graph_); }
Base class for all oriented graphs.
The base class for structural constraints used by learning algorithms that learn a directed graph str...
StructuralConstraintDiGraph & operator=(const StructuralConstraintDiGraph &from)
copy operator
virtual ~StructuralConstraintDiGraph()
destructor
StructuralConstraintDiGraph()
default constructor
DiGraph _DiGraph_graph_
the DiGraph on which we perform checks
void setGraph(Size nb_nodes)
sets a new empty graph from which we will perform checkings
std::size_t Size
In aGrUM, hashed values are unsigned long int.
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities
the base class for structural constraints used by learning algorithms that learn a directed graph str...
the base class for structural constraints used by learning algorithms that learn a directed graph str...