libDAI
Classes | Namespaces
include/dai/regiongraph.h File Reference

Defines classes Region, FRegion and RegionGraph, which implement a particular subclass of region graphs. More...

#include <iostream>
#include <dai/bipgraph.h>
#include <dai/factorgraph.h>
#include <dai/weightedgraph.h>

Go to the source code of this file.

Classes

class  dai::Region
 A Region is a set of variables with a counting number. More...
class  dai::FRegion
 An FRegion is a factor with a counting number. More...
class  dai::RegionGraph
 A RegionGraph combines a bipartite graph consisting of outer regions (type FRegion) and inner regions (type Region) with a FactorGraph. More...

Namespaces

namespace  dai
 

Namespace for libDAI.



Detailed Description

Defines classes Region, FRegion and RegionGraph, which implement a particular subclass of region graphs.