|
Adiar 2.1.0
An External Memory Decision Diagram Library
|
Quantification algorithm statistics. More...
#include <adiar/statistics.h>
Classes | |
| struct | nested_policy_t |
| Nested multi-variable sweeping. More... | |
| struct | nested_transposition_t |
| Transposition algorithms prior to nested multi-variable sweeping. More... | |
Public Attributes | |
| uintwide | runs = 0 |
| Number of calls to quantification operation. | |
| uintwide | skipped = 0 |
| Number of bailed-out quantifications for non-existent labels. | |
| uintwide | singleton_sweeps = 0 |
| Number of single-variable sweeps. | |
| uintwide | nested_sweeps = 0 |
| Number of nested multi-variable sweeps. | |
| struct adiar::statistics::quantify_t::nested_transposition_t | nested_transposition |
| struct adiar::statistics::quantify_t::nested_policy_t | nested_policy |
Quantification algorithm statistics.