Add zdd_join
, zdd_joinnext
, and zdd_joinprev
#701
Labels
✨ feature
New operation or other feature
🎓 student programmer
Work, work...
🎓 student project
Work, work... but academic!
📁 zdd
Zero-suppressed Decision Diagrams
Milestone
With v2.1 ( #502 ), we have added the Relational Product for BDDs. We should do the same for ZDDs to support symbolic model checking with sparse bit vectors.
zdd_replace
similar tobdd_replace
.zdd_join
(andzdd_joinnext
andzdd_joinprev
) similar tobdd_relprod
(andbdd_relnext
andbdd_relprev
).zdd_expand
the set of states to also include the to-be quantified variables as don't cares.The text was updated successfully, but these errors were encountered: