DenseQMC: A bit-slice implementation of the Quine-McCluskey algorithm
-
Updated
Nov 29, 2023 - C++
DenseQMC: A bit-slice implementation of the Quine-McCluskey algorithm
Project from course Data Structure and Algorithm
Minimize Boolean functions using Quine-McCluskey and Petrick's algorithm.
A C++ implementation of the Quine-McCluskey algorithm.
Boolean minimization using Karnaugh maps. Works for any number of bits >3.
Add a description, image, and links to the boolean-minimization topic page so that developers can more easily learn about it.
To associate your repository with the boolean-minimization topic, visit your repo's landing page and select "manage topics."