-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDD, Sylvan : Add BDD Variants #111
Labels
🔌 adapter
New or changes to existing BDD package
Comments
I think this only is possible for CUDD. As I read it, Sylvan implements MTBDDs with complement edges: |
I asked Tom, and he confirmed one can do it with Integer leaves |
SSoelvsten
changed the title
Add BDD Variants for CUDD and Sylvan
CUDD, Sylvan : Add BDD Variants
Oct 2, 2024
nhusung
added a commit
to nhusung/bdd-benchmark
that referenced
this issue
Oct 2, 2024
nhusung
added a commit
to nhusung/bdd-benchmark
that referenced
this issue
Oct 3, 2024
nhusung
added a commit
to nhusung/bdd-benchmark
that referenced
this issue
Oct 3, 2024
SSoelvsten
pushed a commit
that referenced
this issue
Oct 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #110 , the benchmarks differentiate between BDDs with and without complement edges. BDD packages that support Multi-terminal BDDs can fake disabling complement edges by working with Integer leaves 0 and 1. This would be interesting to include, to be able gauge the effectiveness of this optimization in each benchmark.
cudd_bdd_adapter
Using CUDD’s ADDs #142 )The text was updated successfully, but these errors were encountered: