Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: quine-mccluskey-algorithm

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.

Language: C - Size: 41 KB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 0 - Forks: 0

vishnu-m/Quine-McCluskey

Implementation of Quine-McCluskey algorithm

Language: Python - Size: 368 KB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 2 - Forks: 1

jan-golda/AGH-QuineMcCluskey 📦

AGH University of science and technology - Python Labs - Project 1: Quine–McCluskey Algorithm

Language: Python - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

gianpierodiblasi/LogicalCircuit

A JavaScript API to (visually) manage logical circuits

Language: JavaScript - Size: 293 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 62.5 KB - Last synced: 28 days ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

neeraj-395/K-Map_Solver

Karnaugh Map Solver Using C

Language: C - Size: 780 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 6 - Forks: 0

coherent17/NYCU-Special-Topics-in-Computer-Aided-Design

CAD in NYCU

Language: Verilog - Size: 10.7 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

dantemazza/boolean-solver

Flask app that uses Quine-McCluskey/Petrick's algorithms to find least-cost boolean expressions

Language: Python - Size: 106 KB - Last synced: 6 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 3

masharib77/Quine-mccluskey-and-patrick-s-method-

A complete code of Quine mccluskey and patrick’s method with each steps

Language: Python - Size: 313 KB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

tien238lnd/LinAlg-and-BoolAlg-Project

Project from course Data Structure and Algorithm

Language: C++ - Size: 8.79 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

bhupesh17040/K-map-minimization

Implementing Quine-McCluskey and Petrick methods to compute the minimization of a Boolean function

Language: Python - Size: 5.86 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

Kumbong/QuineMcCluskey

A robust, insanely fast and stupidly easy to use CLI tool for minimizing circuits via the Quine Mccluskey method.

Language: Python - Size: 906 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 32 - Forks: 18

AN-SWAPNIL/L2-T1-Practice-Project--Android-Java

This is an Android Application project using Java. Quine-McCluskey Tabulation was implemented by the project.

Language: Java - Size: 13.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

bcanseco/quine-mccluskey

:bulb: The Quine-McCluskey algorithm implemented in C# 7 (.NET Core)

Language: C# - Size: 314 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 4 - Forks: 1

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

Language: Python - Size: 61.5 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 1

int-main/Quine-McCluskey

Implementation of Quine McCluskey algorithm in Python 3

Language: Python - Size: 260 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 27 - Forks: 12

madmann91/minbool

Boolean expression simplifier/minimizer

Language: C++ - Size: 24.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 10 - Forks: 4

wani-ham/quine-mccluskey-algorithm

Computational Simulation of Quine-McCluskey Algorithm using C/C++

Language: C++ - Size: 735 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

ozgurhepsag/Logic-Expression-Simplifier

Purpose of this project is to simplify sum-of-product logic expressions.

Language: Java - Size: 447 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 5 - Forks: 0

bjybs123/Quine-McCluskey-Algorithm

Sophomore C++ project implementing Quine-McCluskey algorithm.

Language: C++ - Size: 26 MB - Last synced: 11 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

AmitGZ/Karnaugh_Solver

Karnaugh map solver

Language: Python - Size: 39.1 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Joel2B/Quine-McCluskey

Quine-McCluskey

Language: JavaScript - Size: 21.5 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 0

kkanellis/qmc-algo

Simple implementation of Quine-McCluskey algorithm in C language.

Language: C - Size: 156 KB - Last synced: 10 months ago - Pushed: over 10 years ago - Stars: 4 - Forks: 0

Es1chUbJyan9/32bit_Quine-McCluskey_and_Petrick_Method_in_C

32bit Simplifier of Boolean functions

Language: C - Size: 66.4 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 14 - Forks: 3

kjarosh/python-logic-simplifier

Logical expression simplifier written in Python. It uses the Quine–McCluskey algorithm.

Language: Python - Size: 19.5 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

kentaro-honda/egison-quine-mccluskey

Egison Implementation of Quine-McCluskey method

Size: 476 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 0

Andreabont/OpenQM

Logic Network Synthesizer based on Quine–McCluskey algorithm

Language: C++ - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 8 - Forks: 1

rodrigofrancisco/Quine-McCluskey

Implementación del método de Quine-McCluskey en JS

Language: JavaScript - Size: 604 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

0110G/QuineMccluskey-Minimization

Minimization of boolean expressions is one of the fundamental aspects of Digital Design. This task was revolutionized by the QuineMccluskey technique. This repo contains C++ code used to minimize boolean functions through this technique. The implementation has been designed only for non Don't care type expressions.

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

redchenjs/qmc

A C/C++ implementation of the Quine–McCluskey algorithm.

Language: C++ - Size: 602 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

loryruta/quine-mccluskey-alg

Quine McCluskey algorithm implemented in Rust.

Language: Rust - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

IngInx747/Quine-McCluskey

CPP files back up

Language: C++ - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

Ziyadelbanna/Booleator

:calling: Simplifies boolean expressions

Language: Java - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 1