OxiDD / oxidd

Concurrent decision diagram framework written in Rust
https://oxidd.net
Apache License 2.0
32 stars 5 forks source link

Implemented optimised apply_quant function for BDDs #17

Closed mlaveaux closed 2 months ago

mlaveaux commented 3 months ago

This pull request introduces the apply_{forall,exist,unique} functions for BooleanFunctionQuant, which computes apply followed by quantification.

TODO: