quine-mccluskey-algorithm
There are 45 repositories under quine-mccluskey-algorithm topic.
int-main/Quine-McCluskey
Implementation of Quine McCluskey algorithm in Python 3
Kumbong/QuineMcCluskey
A robust, insanely fast and stupidly easy to use CLI tool for minimizing circuits via the Quine Mccluskey method.
madmann91/minbool
Boolean expression simplifier/minimizer
Es1chUbJyan9/32bit_Quine-McCluskey_and_Petrick_Method_in_C
32bit Simplifier of Boolean functions
Andreabont/OpenQM
Logic Network Synthesizer based on Quine–McCluskey algorithm
neeraj-395/kmap-solver
A karnaugh map solver using C with Web interface
maehw/wokwi-lookup-table-generator
Generator for wokwi schematics that implement lookup tables in conjunctive normal form (CNF), i.e. with AND and OR gates
ozgurhepsag/Logic-Expression-Simplifier
Purpose of this project is to simplify sum-of-product logic expressions.
bcanseco/quine-mccluskey
:bulb: The Quine-McCluskey algorithm implemented in C# 7 (.NET Core)
kkanellis/qmc-algo
Simple implementation of Quine-McCluskey algorithm in C language.
bjybs123/Quine-McCluskey-Algorithm
Sophomore C++ project implementing Quine-McCluskey algorithm.
Joel2B/Quine-McCluskey
Quine-McCluskey
kjarosh/python-logic-simplifier
Logical expression simplifier written in Python. It uses the Quine–McCluskey algorithm.
redchenjs/qmc
A C/C++ implementation of the Quine–McCluskey algorithm.
vishnu-m/Quine-McCluskey
Implementation of Quine-McCluskey algorithm
AmitGZ/Karnaugh_Solver
Karnaugh map solver
AN-SWAPNIL/L2-T1-Practice-Project--Android-Java
This is an Android Application project using Java. Quine-McCluskey Tabulation was implemented by the project.
dantemazza/boolean-solver
Flask app that uses Quine-McCluskey/Petrick's algorithms to find least-cost boolean expressions
fh-logician/JQM
A Java-based Quine-McCluskey Algorithm adaptation.
JuanSosaCiencias/QuineMcCluskey
Una implementación inicial del algoritmo de Quine McCLuskey para reducir expresiones logicas.
kentaro-honda/egison-quine-mccluskey
Egison Implementation of Quine-McCluskey method
loryruta/quine-mccluskey-alg
Quine McCluskey algorithm implemented in Rust.
masharib77/Quine-mccluskey-and-patrick-s-method-
A complete code of Quine mccluskey and patrick’s method with each steps
allanrodigo/W.V.-Quine-McCluskey
The Quine-McCluskey algorithm simplifies Boolean functions by grouping and combining minterms that differ by one bit until no further reductions are possible, resulting in a minimal expression.
Aniny21/logi.js
logi.js is a JavaScript library for working with Boolean algebra, logical expressions, truth tables, the Quine-McCluskey algorithm, timing diagrams, and more.
BoChen-Ye/5SIB0_EDA_Quine-McCluskey_algorithm
This is our report and code of 5SIB0 in TU/e, 2023. It is about validate QM algorithm by using Python.
fh-logician/PyQM
A Python-based Quine-McCluskey Algorithm adaptation.
fh-logician/QM.js
A NodeJS-based Quine-McCluskey Algorithm adaptation.
gianpierodiblasi/LogicalCircuit
A JavaScript API to (visually) manage logical circuits
PalinkasAljoscha/Logic_Minimization
extension of quine-mccluskey minimization of logical expressions from boolean to multivalued
wani-ham/quine-mccluskey-algorithm
Computational Simulation of Quine-McCluskey Algorithm using C/C++
youngwunko/quine-mccluskey
implements quine-mccluskey algorithm
sidjey-y/quine-mccluskey-simulator
This repository contains a Java implementation of the Quine-McCluskey algorithm, a method used to simplify Boolean expressions. The project includes Java code, a user manual, and a technical manual to help both technical and non-technical users understand and use the application.