#include <iostream>
#include <dai/bipgraph.h>
#include <dai/factorgraph.h>
#include <dai/weightedgraph.h>
Go to the source code of this file.
Namespaces | |
namespace | dai |
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... |