https://github.com/zachstence/quine-mccluskey-algorithm
The Quine-McCluskey Algorithm programmed in C++
https://github.com/zachstence/quine-mccluskey-algorithm
Last synced: 11 months ago
JSON representation
The Quine-McCluskey Algorithm programmed in C++
- Host: GitHub
- URL: https://github.com/zachstence/quine-mccluskey-algorithm
- Owner: zachstence
- Created: 2018-06-02T20:24:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T20:33:28.000Z (about 8 years ago)
- Last Synced: 2025-06-05T04:13:35.998Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quine-McCluskey-Algorithm
This is an old project I made after taking a Digital Logic class at college. It takes a vector of minterms and "don't cares" and combines them using the Quine-McCluskey algorithm into a simpler logic function that produces the same minterms.
As far as I can remember, the code works but I have not looked at it in a few months. Last time I touched it I was in the process of adding features to make it easier to use and adding comments to explain and make the code easier to understand. I hope to finish the project up when I have time soon.