Add consumer<int>
overload for bdd_satmin
and bdd_satmax
#585
Labels
📁 bdd
Binary Decision Diagrams
✨ feature
New operation or other feature
good first issue
Good for newcomers
🎓 student programmer
Work, work...
Milestone
As a follow-up on #225 in conjunction with #556, the
bdd_satmin
andbdd_satmax
should be overloaded with aconsumer<int>
where the signedness is used to reflect negation (potentially with an exception if zero is assigned anything?).bdd_satmin(f, consumer<int>)
and add unit testsbdd_satmax(f, consumer<int>)
and add unit testsstd::vector<int>
buffer.The text was updated successfully, but these errors were encountered: