Computer Simulation Codes for the Quine-McCluskey Method of Logic Minimization
Sourangsu Banerji

TL;DR
This paper compiles, modifies, and presents various computer codes implementing the Quine-McCluskey logic minimization method in C and C++, facilitating easier understanding and application for programmers.
Contribution
It provides a comprehensive collection and analysis of existing codes for the Quine-McCluskey method, including modifications and explanations.
Findings
Collected and edited multiple code implementations
Implemented the method in C and C++ with variations
Facilitated easier code understanding for programmers
Abstract
The Quine-McCluskey method is useful in minimizing logic expressions for larger number of variables when compared with minimization by Karnaugh Map or Boolean algebra. In this paper, we have tried to put together all of the computer codes which are available on the internet, edited and modified them as well as rewritten some parts of those collected codes our self, which are used in the implementation of the Quine- McCluskey method. A brief introduction and the logic of this method are discussed following which the codes have been provided. The Quine-McCluskey Method has been implemented using computer languages like C and C++ using some amount of variations. Our effort is to list them all, so that the readers well versed in any of the particular computer language will find it easy to follow the code written in that particular language.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · VLSI and FPGA Design Techniques · Advanced Multi-Objective Optimization Algorithms
