Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 850 Bytes

Visualizations of circuits made possible by Lelleck.
Can solve any boolean expression and create CCNF(POS), CDNF(SOP) and minimize it using the Quine-McCluskey Method. Minimization for expressions with 7 variables and beyond may take some time (and memory), since it has exponential complexity.
Also converts boolean expressions to only use NAND or NOR gates and can draw them.
Example:
example1
NAND/NOR conversion
example2
Gate with NAND
example3
Gate with NOR
example4