|
Adiar 2.1.0
An External Memory Decision Diagram Library
|
Conversion from Zero-suppressed Decision Diagrams . More...
Functions | |
| __bdd | adiar::bdd_from (const zdd &A, const generator< bdd::label_type > &dom) |
| Obtains the BDD that represents the same function/set as the given ZDD within the given domain. | |
| template<typename ForwardIt > | |
| __bdd | adiar::bdd_from (const zdd &A, ForwardIt begin, ForwardIt end) |
| Obtains the BDD that represents the same function/set as the given ZDD within the given domain. | |
| __bdd | adiar::bdd_from (const zdd &A) |
| Obtains the BDD that represents the same function/set as the given ZDD within the global domain. | |
Conversion from Zero-suppressed Decision Diagrams .
Obtains the BDD that represents the same function/set as the given ZDD within the global domain.
| A | Family of a set (within the given global Variable Domain) |
A.Obtains the BDD that represents the same function/set as the given ZDD within the given domain.
| A | Family of a set (within the given domain) |
| dom | Generator function of domain variables in ascending order. These values may not exceed bdd::max_label. |
Obtains the BDD that represents the same function/set as the given ZDD within the given domain.
| A | Family of a set (within the given domain) |
| begin | Single-pass forward iterator that provides the domain's variables in ascending order. These values may not exceed bdd::max_label. |
| end | Marks the end for begin. |