<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>qm</name>
<shortdesc>Quine-McCluskey two-level logic minimization method.</shortdesc>
<description>Quine-McCluskey two-level logic minimization method.

Copyright 2008, Robert Dick &lt;dickrp@northwestern.edu&gt; with improvements
from Pat Maupin &lt;pmaupin@gmail.com&gt;.

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 file for legal information.</description>
<download-page>http://ziyang.ece.northwestern.edu/~dickrp/python/qm-0.2.tar.gz</download-page>
<homepage rdf:resource="http://ziyang.ece.northwestern.edu/~dickrp/python/mods.html" />
<maintainer><foaf:Person><foaf:name>Robert Dick</foaf:name>
<foaf:mbox_sha1sum>6f3accf4a93719f1db0d88037db93b49cb0583de</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>