msoeken / kitty

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

cube: flip_bit and flip_mask. #60

Closed hriener closed 6 years ago

hriener commented 6 years ago

This PR implements two new methods for kitty::cube:

The method flip_bit flips a bit at a given position. The method flip_mask flips a mask bit at a given position.

msoeken commented 6 years ago

Looks great! Could you please add these two methods into changelog.rst under Cube methods and to cube.rst. Thanks!

msoeken commented 6 years ago

Thanks!