libDAI
Public Attributes | List of all members
dai::BipartiteGraph::levelType Struct Reference

Used internally by isTree() More...

Public Attributes

std::vector< size_t > ind1
 Indices of nodes of type 1. More...
 
std::vector< size_t > ind2
 Indices of nodes of type 2. More...
 

Detailed Description

Used internally by isTree()

Member Data Documentation

std::vector<size_t> dai::BipartiteGraph::levelType::ind1

Indices of nodes of type 1.

std::vector<size_t> dai::BipartiteGraph::levelType::ind2

Indices of nodes of type 2.


The documentation for this struct was generated from the following file: