boolean.py icon indicating copy to clipboard operation
boolean.py copied to clipboard

Is the distribution rule not applied?

Open HA6Bots opened this issue 3 years ago • 3 comments

Thanks for the amazing library. However I had a query in regards to the simplification of the following expression: (a and not (b and c)) or (a and (b and c)) The expected output would be: a Looking through the code during the simplification process the distributive function doesn't appear to be called.

HA6Bots avatar Jan 07 '21 17:01 HA6Bots