This page generates a Boolean expression from a truth table using the Quine-McCluskey algorithm. The results are the same as what you would get from a Karnaugh Map, but it works for more than 4 variables.
Change the number of variables: More than 10 variables can take a long time!
Set all to "0" Set all to "1" Set all to "Don't care"
Negate all values
Enter a Boolean expression: AND is implicit , OR is + , NOT is ^ or ! , example: A(B+^C) (If the results are incorrect, send me your expression and the debugging expression.) (Debug: )
Simplest Sum of Products
Enable debugging
Send feedback