Q

QMjs

A module that helps save costs in electronic circuit design through minimization.

11

The problem QMjs solves

Originally a hobby project I had ventured into, this program exceeeded my expectations. The Quine-McCluskey Algorithm is functionally identical to the Karnaugh maps taught in most Digital Electronics and Boolean Algebra courses. As described in Wikipedia, the QM method for boolean function minimization(or the QM method for short) is a tabular method for finding and choosing Prime Implicants(or Prime Cubes) that lead to a minimized boolean expression.

Technologies used

Discussion