Found 811 repositories(showing 30)
int-main
Implementation of Quine McCluskey algorithm in Python 3
tpircher-zz
A python implementation of the Quine McCluskey algorithm.
MathBunny
Karnaugh map simplification software, used to visually simplify boolean expressions
Armin-Montigny
Create minimum MCDC test sets for a boolean expression
Kumbong
A robust, insanely fast and stupidly easy to use CLI tool for minimizing circuits via the Quine Mccluskey method.
oli-obk
Rust implementation of the Quine-McCluskey algorithm and Petrick's method
pfpacket
Simplifier of logical functions using Quine-McCluskey algorithm
Es1chUbJyan9
32bit Simplifier of Boolean functions
AkshayRaman
C++ program to illustrate Quine–McCluskey algorithm
hellman
DenseQMC: A bit-slice implementation of the Quine-McCluskey algorithm
LarryBattle
Quine-McCluskeyJS is a Javascript version of the Quine Mccluskey method for Boolean algebra reduction.
mohdomama
A Python/C++ implementation of Quine McCluskey(Tabulation) method.
GeeekyBoy
A Quine McCluskey solver for minimization of boolean functions
archie94
Code for Quine McCluskey method of minimization of boolean expression.
djcopley
A powerful tool for minimizing Boolean functions
C Program for implementation of tabulation method
Andreabont
Logic Network Synthesizer based on Quine–McCluskey algorithm
Quine–McCluskey algorithm implementation in C, C++ and C#
miestrode
Logic circuit optimizer using equality saturation, Quine-McCluskey, and ILP
jonghewk
Python implementation of Quine McCluskey Method
mirkat1206
Quine McCluskey Algorithm / Petrick Method
ZiglaCity
Just an algorithm I wrote to simplify Boolean expressions using the Quine-McCluskey method—built it to scratch my own itch and understand logic minimization better.
HJLebbink
Quine McCluskey Petrick implementation in Modular Mojo
A Quine-McCluskey minimizer modified from http://sourceforge.net/projects/mini-qmc/
namusyaka
Quine-McCluskey algorithm implementation written in Go
Hovennnnn
奎因-麦克拉斯基算法(数电)
neeraj-395
An implementation of the Quine-McCluskey-Algorithm for Boolean function minimization, written in C.
Generator for wokwi schematics that implement lookup tables in conjunctive normal form (CNF), i.e. with AND and OR gates
saswatraj
Implimentation of Quine McCluskey in C. It slightly faster than the basic implimentation because I have used bit manipulations which comparing which terms can be combined etc. It can be run for any number of terms by changing the size in the struct and the N defined in the macro.
bcanseco
:bulb: The Quine-McCluskey algorithm implemented in C# 7 (.NET Core)