aGrUM  0.14.2
cliqueGraph.h File Reference

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>
+ 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

 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...
 

Detailed Description

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

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file cliqueGraph.h.