petrick-method
There are 10 repositories under petrick-method topic.
int-main/Quine-McCluskey
Implementation of Quine McCluskey algorithm in Python 3
Es1chUbJyan9/32bit_Quine-McCluskey_and_Petrick_Method_in_C
32bit Simplifier of Boolean functions
AmitGZ/Karnaugh_Solver
Karnaugh map solver
dantemazza/boolean-solver
Flask app that uses Quine-McCluskey/Petrick's algorithms to find least-cost boolean expressions
ERUD1T3/quine-mccluskey-petrick
C++ implementation of Quine-McCluskey and Petrick's method to simplify boolean expressions
masharib77/Quine-mccluskey-and-patrick-s-method-
A complete code of Quine mccluskey and patrick’s method with each steps
bhupesh17040/K-map-minimization
Implementing Quine-McCluskey and Petrick methods to compute the minimization of a Boolean function
kenrendell/boolean-minimizer
Minimize Boolean functions using Quine-McCluskey and Petrick's algorithm.
rafaelfigueredog/Quine-McCluskey
The Quine-McCluskey algorithm is a method used to simplify boolean expressions. This is an implementation of the algorithm using Python.
Lipen/kotlin-quine-mccluskey
Quine-McCluskey boolean function minimizer for Kotlin