aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
PAG.h File Reference

Partial Ancestral Graph (PAG) — graph type for FCI output. More...

Include dependency graph for PAG.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::PAG
 Partial Ancestral Graph: undirected topology with endpoint marks. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Enumerations

enum class  gum::EdgeMark : uint8_t { gum::Circle = 0 , gum::Tail = 1 , gum::Arrowhead = 2 }
 Endpoint marks used in PAG edges. More...

Functions

std::ostream & gum::operator<< (std::ostream &stream, const PAG &g)

Detailed Description

Partial Ancestral Graph (PAG) — graph type for FCI output.

Author
Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file PAG.h.