Expand description
OxiDD library This module implements the BDD trait for the OxiDD library
TODO: With the release of oxidd v0.0.11 the API has changed significantly, for now everything has only been fixed to βworkβ, but there is a lot of room for improvement.
StructsΒ§
- OxiDD
- BDD type for OxiDD BDDs
- Oxidd
Manager - BDD manager for OxiDD BDDs
- Oxidd
Manager Config - Configuration for the OxiDD BDD manager
ConstantsΒ§
- APPLY_
CACHE_ πCAPACITY - Maximum number of nodes in the apply cache
- INNER_
NODE_ πCAPACITY - Maximum number of nodes in the BDD manager Exceeding this limit will cause the manager to panic
- THREADS π
- Number of threads used for parallel operations
FunctionsΒ§
- default_
apply_ πcache_ capacity - Function to get default apply cache capacity for the BDD manager
- default_
inner_ πnode_ capacity - Function to get default inner node capacity for the BDD manager
- default_
threads π - Function to get default number of threads for the BDD manager