An open API service indexing awesome lists of open source software.

https://github.com/xuhdev/quine-mccluskey-minimizer

A Quine-McCluskey minimizer modified from http://sourceforge.net/projects/mini-qmc/
https://github.com/xuhdev/quine-mccluskey-minimizer

Last synced: 8 months ago
JSON representation

A Quine-McCluskey minimizer modified from http://sourceforge.net/projects/mini-qmc/

Awesome Lists containing this project

README

          

This is a Quine-McCluskey minimizer library modified from Stefan Moebius'
command line only version[1]. I didn't change any of the algorithm. I only
changed the input and output, and also added some documents.

Function explanation can be found in qmc.h. To use it, simply include
quine_mc_cluskey.c and qmc.h in your project and compile. An example is
available in example.c.

All files are in public domain, thus no guarantee is provided, but you can use
it freely as you wish no matter for what use.

The original readme written by Stefan is readme.orig.txt.

I can be reached at hong AT topbug DOT net

Hong Xu

[1]: http://sourceforge.net/projects/mini-qmc