Boolean expression simplifier/minimizer
-
Updated
Jan 24, 2023 - C++
8000
Boolean expression simplifier/minimizer
Logic Network Synthesizer based on Quine–McCluskey algorithm
A C/C++ implementation of the Quine–McCluskey algorithm.
Sophomore C++ project implementing Quine-McCluskey algorithm.
Minimization of boolean expressions is one of the fundamental aspects of Digital Design. This task was revolutionized by the QuineMccluskey technique. This repo contains C++ code used to minimize boolean functions through this technique. The implementation has been designed only for non Don't care type expressions.
Computational Simulation of Quine-McCluskey Algorithm using C/C++
Project from course Data Structure and Algorithm
This is a C++ implementation of Quine McClusky Method used to minimize a boolean function.
Boolean function simplification algorithm using the Quine-McCluskey method in C++
Add a description, image, and links to the quine-mccluskey-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the quine-mccluskey-algorithm topic, visit your repo's landing page and select "manage topics."