|
libDAI
|
Defines the BipartiteGraph class, which represents a bipartite graph. More...
#include <ostream>#include <vector>#include <algorithm>#include <dai/util.h>#include <dai/smallset.h>#include <dai/exceptions.h>#include <dai/graph.h>Go to the source code of this file.
Classes | |
| class | dai::BipartiteGraph |
| Represents the neighborhood structure of nodes in an undirected, bipartite graph. More... | |
| struct | dai::BipartiteGraph::levelType |
| Used internally by isTree() More... | |
Namespaces | |
| namespace | dai |
Namespace for libDAI. | |
Defines the BipartiteGraph class, which represents a bipartite graph.
1.7.4