bastikr / boolean.py

Implements boolean algebra in one module.
BSD 2-Clause "Simplified" License
76 stars 34 forks source link

Fix absorption issue #113

Open tomas789 opened 1 year ago

tomas789 commented 1 year ago

This fixes the issue https://github.com/bastikr/boolean.py/issues/112. Main reason was that when doing the negative absorption the result was the same as one of the arguments already present. This caused it to be duplicated in arguments.