Implementation of Quine McCluskey algorithm in Python 3
-
Updated
Mar 11, 2024 - Python
Implementation of Quine McCluskey algorithm in Python 3
32bit Simplifier of Boolean functions
Flask app that uses Quine-McCluskey/Petrick's algorithms to find least-cost boolean expressions
C++ implementation of Quine-McCluskey and Petrick's method to simplify boolean expressions
Karnaugh map solver
A complete code of Quine mccluskey and patrick’s method with each steps
Minimize Boolean functions using Quine-McCluskey and Petrick's algorithm.
Quine-McCluskey boolean function minimizer for Kotlin
A really useful tool to reduce logic functions on your digital circuits using Petrick's Method.
Implementing Quine-McCluskey and Petrick methods to compute the minimization of a Boolean function
The Quine-McCluskey algorithm is a method used to simplify boolean expressions. This is an implementation of the algorithm using Python.
Add a description, image, and links to the petrick-method topic page so that developers can more easily learn about it.
To associate your repository with the petrick-method topic, visit your repo's landing page and select "manage topics."