Overload API with Simple Generator Alternatives #566
Labels
✨ feature
New operation or other feature
🎓 student programmer
Work, work...
📁 zdd
Zero-suppressed Decision Diagrams
Milestone
As a follow-up on #532 (similar to the aliases in #452), we should provide the following overloads
bdd_restrict(bdd f, bdd::label_type x, bool v)
( done for Addbdd_then
/bdd_else
#557 )bdd_restrict(bdd f, int x)
zdd_change(const zdd&, zdd::label_type var)
^
and^=
operator overloads where the second argument is a zdd::label_type.zdd_expand(const zdd&, zdd::label_type var)
And of course, this should be unit tested.
The text was updated successfully, but these errors were encountered: