![]() |
aGrUM
0.14.2
|
Basic class for all graphs of cliques (join trees, etc) More...
#include <iostream>
#include <agrum/agrum.h>
#include <agrum/graphs/undiGraph.h>
#include <agrum/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 | |
gum | |
gum is the global namespace for all aGrUM entities | |
Typedefs | |
typedef CliqueGraph | gum::JunctionTree |
a junction tree is a clique graph satisfying the running intersection property and such that no clique is included into another one. More... | |
typedef CliqueGraph | gum::JoinTree |
a join tree is a clique graph satisfying the running intersection property (but some cliques may be included into others) More... | |
Functions | |
std::ostream & | gum::operator<< (std::ostream &, const CliqueGraph &) |
for friendly displaying the content of clique graphs More... | |
Basic class for all graphs of cliques (join trees, etc)
Definition in file cliqueGraph.h.