Module obddimal::bdd_manager
source · [−]Expand description
All BDD building and manipulation functionality
Modules
Implementation of dynamic variable ordering techniques
Strategies for when and how to run DVO during BDD generation
BDD building from CNF
Utilities for saving the current BDD as a graphviz file for visualization
Type aliases for HashMap and HashSet to be used throuout the codebase
Options for BDD building
Utility functions related to variable order
BDD reduction
Satisfyability count, active nodes count
Implementation of BDD layer swap
Utilities for BDD testing
Utility functions/macros
Structs
Container combining the nodes list, unique tables, information about current variable ordering and computed table.
Constants
Functions
Determine order in which clauses should be added to BDD
Bring ITE calls of the form ite(f,f,h) = ite(f,1,h) = ite(h,1,f) ite(f,g,f) = ite(f,g,0) = ite(g,f,0) into canonical form