aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
cliqueGraph.h File Reference

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>
Include dependency graph for cliqueGraph.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Basic class for all graphs of cliques (join trees, etc).

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file cliqueGraph.h.