aGrUM  0.14.2
edgeGrowth.h File Reference

Headers of the DFSTree class. More...

#include <list>
#include <ostream>
#include <utility>
#include <vector>
#include <agrum/core/math/math.h>
#include <agrum/core/bijection.h>
#include <agrum/core/sequence.h>
#include <agrum/core/set.h>
#include <agrum/graphs/diGraph.h>
#include <agrum/graphs/algorithms/triangulations/partialOrderedTriangulation.h>
#include <agrum/PRM/gspan/interfaceGraph.h>
#include <agrum/PRM/gspan/pattern.h>
#include <agrum/PRM/gspan/edgeGrowth_tpl.h>
+ Include dependency graph for edgeGrowth.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::prm::gspan::DFSTree< GUM_SCALAR >
 A DFSTree is used by gspan to sort lexicographically patterns discovered in an interface graph. More...
 
class  gum::prm::gspan::EdgeGrowth< GUM_SCALAR >
 This class is used to define an edge growth of a pattern in this DFSTree. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::prm
 namespace for all probabilistic relational models entities
 
 gum::prm::gspan
 

Functions

template<typename GUM_SCALAR >
std::ostream & gum::prm::gspan::operator<< (std::ostream &out, const EdgeGrowth< GUM_SCALAR > &edge)
 

Detailed Description

Headers of the DFSTree class.

Author
Lionel TORTI and Pierre-Henri WUILLEMIN

Definition in file edgeGrowth.h.