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/
- Host: GitHub
- URL: https://github.com/xuhdev/quine-mccluskey-minimizer
- Owner: xuhdev
- Created: 2014-11-16T22:01:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T11:07:39.000Z (about 6 years ago)
- Last Synced: 2023-03-12T05:53:36.090Z (over 3 years ago)
- Language: C
- Homepage: https://github.com/xuhdev/Quine-McCluskey-minimizer#readme
- Size: 133 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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