This work is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/3.0/.
Bool-minimize is a basic implementation of the Quine-McClusky algorithm (https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algorithm) in javascript.
Feel free do download or fork and share. If you wanna have a preview of the Implementation have a look here: http://neu3no.de/bool-minimize/
- read input from user by entering the corresponding one literals in a truth table
- generate an ordered table of prime implicants
- minimize this table by comparing
- generate a prime implicant chart
- optimize it by testing rows and columns
- read input by a givin term or function and generate truth table
- generate an optimized function
- draw as circuit of logical elements