![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Basic class for all graphs of cliques (join trees, etc). More...
#include <iostream>#include <agrum/agrum.h>#include <agrum/base/graphs/undiGraph.h>#include <agrum/base/graphs/cliqueGraph_inl.h>Go to the source code of this file.
Classes | |
| class | gum::CliqueGraph |
| Basic graph of cliques. More... | |
| struct | gum::CliqueGraph::_RunningIntersect_ |
| structure used for the computation of the running intersection property More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Typedefs | |
| using | gum::JunctionTree = CliqueGraph |
| a junction tree is a clique graph satisfying the running intersection property and such that no clique is included into another one. | |
| using | gum::JoinTree = CliqueGraph |
| a join tree is a clique graph satisfying the running intersection property (but some cliques may be included into others) | |
Functions | |
| std::ostream & | gum::operator<< (std::ostream &, const CliqueGraph &) |
| for friendly displaying the content of clique graphs | |
Basic class for all graphs of cliques (join trees, etc).
Definition in file cliqueGraph.h.