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 |
__random_access_base | ra |
Statistics for the random-access algorithmic variant. | |
__pq2_base | pq |
Statistics for the double priority queue algorithmic variant. | |
uintwide | requests [2] = { 0, 0 } |
Number of requests of arity 1 and 2. | |
uintwide | requests_unique [2] = { 0, 0 } |
Number of unique requests of arity 1 and 2. | |
adiar::statistics::__alg_base::__lpq_t | lpq |
Type and usage of this algorithm's levelized priority queue. More... | |
Quantification algorithm statistics.
|
inherited |