Skip to content

Solves boolean expressions and simplifies them, draws logic-circuits and constructs circuits and boolean terms from truth-table values and converts boolean expressions to NAND and NOR.

License

Notifications You must be signed in to change notification settings

MaxWolf-01/TruthTabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Solves boolean expressions and simplifies them, draws logic-circuits and constructs circuits and boolean terms from truth-table values and converts boolean expressions to NAND and NOR.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages