msoeken / kitty

C++ truth table library
MIT License
49 stars 77 forks source link

Adds `foreach_minterm` method in `cube` #134

Closed lee30sonia closed 1 year ago

lee30sonia commented 1 year ago

This PR adds foreach_minterm as a member function of cube, which iterates over all minterms contained in the cube. Each minterm is a fully-assigned cube (i.e., all mask bits are 1). Also,