"boolean.py" is a small library implementing a boolean algebra. It defines two base elements, TRUE and FALSE, and a Symbol class that can take on one of these two values. Calculations are done in ...
parse Converts string to boolean. not_ Checks if value is false. and_ Checks if all values are true. or_ Checks if any value is true. xor Checks if odd no. of values are true. nand Checks if any value ...
The goal of this project is to provide a simple interface to working with Boolean networks. Emphasis is put on easy access to a large number of common tasks including the generation and manipulation ...