libDAI
Classes | Namespaces
dag.h File Reference

Defines the DAG class, which represents a directed acyclic graph. More...

#include <ostream>
#include <vector>
#include <algorithm>
#include <dai/util.h>
#include <dai/exceptions.h>
#include <dai/smallset.h>
#include <dai/graph.h>

Go to the source code of this file.

Classes

class  dai::DAG
 Represents the neighborhood structure of nodes in a directed cyclic graph. More...
 

Namespaces

 dai
 Namespace for libDAI.
 

Detailed Description

Defines the DAG class, which represents a directed acyclic graph.