Adiar  2.1.0
An External Memory Decision Diagram Library
adiar::statistics::reduce_t Struct Reference

Reduce algorithm statistics. More...

#include <adiar/statistics.h>

Inheritance diagram for adiar::statistics::reduce_t:
[legend]
Collaboration diagram for adiar::statistics::reduce_t:
[legend]

Public Attributes

uintwide sum_node_arcs = 0
 Sum of the inputs' number of arcs to internal nodes.
 
uintwide sum_terminal_arcs = 0
 Sum of the inputs' number of arcs to terminals.
 
uintwide removed_by_rule_1 = 0
 Number of nodes removed due to reduction rule 1, i.e. the number of nodes that are suppressed in the specific type of decision diagram.
 
uintwide removed_by_rule_2 = 0
 Number of nodes removed due to reduction rule 2, i.e. the number of duplicate of nodes that have been removed.
 
adiar::statistics::__alg_base::__lpq_t lpq
 Type and usage of this algorithm's levelized priority queue. More...
 

Detailed Description

Reduce algorithm statistics.

See also
bdd zdd

Member Data Documentation

◆ lpq

adiar::statistics::__alg_base::__lpq_t adiar::statistics::__alg_base::lpq
inherited


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