Modified Quine-McCluskey Method
Vitthal Jadhav, Amar Buchade

TL;DR
This paper introduces an optimized version of the Quine-McCluskey method using E-sum based techniques to enhance Boolean function minimization efficiency for digital circuit design.
Contribution
It proposes a modified Quine-McCluskey method that reduces comparisons and improves performance, applicable to any number of variables.
Findings
Enhanced minimization speed with E-sum optimization
Applicable to Boolean functions with any number of variables
Reduces computational complexity in Boolean simplification
Abstract
The digital gates are basic electronic component of any digital circuit. Digital circuit should be simplified in order to reduce its cost by reducing number of digital gates required to implement it. To achieve this, we use Boolean expression that helps in obtaining minimum number of terms and does not contain any redundant pair. Karnaugh map(K-map) and Quine-McCluskey(QM) methods are well known methods to simplify Boolean expression. K-map method becomes complex beyond five variable Boolean expression. Quine-McCluskey method is computer based technique for minimization of Boolean function and it is faster than K-map method. This paper proposes E-sum based optimization to Quine-McCluskey Method to increase its performance by reducing number of comparisons between mintermlist in determination of prime implicants. Modified Quine-McCluskey method(MQM) can be implemented to any number of…
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
TopicsQuantum Computing Algorithms and Architecture
