Skip to content

Files

Latest commit

author
Vortexfive
Mar 2, 2012
461100b · Mar 2, 2012

History

History

Boolean

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 1, 2012
Mar 2, 2012
Boolean.py

Simple library to work with Boolean functions. The main goal was to create a tool to convert Boolean functions into their Sum-of-Products and Product-of-Sums form (CNF and DNF). A basic satisfiability solver was included for Boolean functions in their Product-of-Sums form.

520 lines Boolean logic library
130 lines test

language: Python