skip to navigation
skip to content

qm 0.1

Quine-McCluskey two-level logic minimization method.

Latest Version: 0.2

Quine-McCluskey two-level logic minimization method.

Copyright 2004, Robert Dick (dickrp@ece.northwestern.edu).

Routines to compute the optimal sum of products implementation from sets of don't-care terms, minterms, and maxterms.

Command-line usage example:
qm.py -o1,2,5 -d0,7

Library usage example:
import qm
print qm.qm(ones=[1, 2, 5], dc=[0, 7])

Please see the license at the end of the source code for legal information.

Log in to rate this package.