aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
PDAG.cpp File Reference

Source implementation of Base classes for partially directed acyclic graphs. More...

Include dependency graph for PDAG.cpp:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

bool gum::rec_hasMixedReallyOrientedPath (const PDAG &gr, NodeSet &marked, NodeId node, NodeId goal, bool alreadyOriented)
void gum::rec_ancestral (const PDAG &graph, PDAG &ancestral, NodeId nod)

Detailed Description

Source implementation of Base classes for partially directed acyclic graphs.

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

Definition in file PDAG.cpp.