You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up on #225 in conjunction with #556, the bdd_satmin and bdd_satmax should be overloaded with a consumer<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 tests
bdd_satmax(f, consumer<int>) and add unit tests
Add unit tests to check the iterator-based overloads work as expected with a std::vector<int> buffer.
As a follow-up on #225 in conjunction with #556, the
bdd_satminandbdd_satmaxshould 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.