Found 342 repositories(showing 30)
int-main
Implementation of Quine McCluskey algorithm in Python 3
tpircher-zz
A python implementation of the Quine McCluskey algorithm.
oli-obk
Rust implementation of the Quine-McCluskey algorithm and Petrick's method
Kumbong
A robust, insanely fast and stupidly easy to use CLI tool for minimizing circuits via the Quine Mccluskey method.
pfpacket
Simplifier of logical functions using Quine-McCluskey algorithm
madmann91
Boolean expression simplifier/minimizer
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
neeraj-395
A karnaugh map solver using C with Web interface
Andreabont
Logic Network Synthesizer based on Quine–McCluskey algorithm
Quine–McCluskey algorithm implementation in C, C++ and C#
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.
Hovennnnn
奎因-麦克拉斯基算法(数电)
namusyaka
Quine-McCluskey algorithm implementation written in Go
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
ozgurhepsag
Purpose of this project is to simplify sum-of-product logic expressions.
kkanellis
Simple implementation of Quine-McCluskey algorithm in C language.
archaistvolts
Quine–McCluskey algorithm in zig: useful for minimizing boolean functions
bcanseco
:bulb: The Quine-McCluskey algorithm implemented in C# 7 (.NET Core)
martinfinke
The Quine-McCluskey Algorithm for Minimization of Boolean Functions. Ported to Haskell from Python.
rockfight
No description available
C# implementation of the Quine-McCluskey algorithm and Petrick's method
Using Quine–McCluskey algorithm to find PIs, EPIs and all minimum sum of products forms of a given K-Map function.
Pooryamn
Quine McCluskey algorithm using C++ language
sedhossein
Illustrate Quine–McCluskey algorithm in PHP
mtseng15
Quine McCluskey Algorithm command line tool in Rust
AnthonyAS15
First project of the Logical Design course