karnaugh-map topic

List karnaugh-map repositories

upsetjs

120
Stars
13
Forks
Watchers

😠 UpSet.js - a set visualization library for rendering UpSet Plots (a JavaScript re-implementation of UpSet(R) by Lex et al), Euler Diagrams, Venn Diagrams, and Karnaugh Maps

Quine-McCluskey

51
Stars
18
Forks
Watchers

Implementation of Quine McCluskey algorithm in Python 3

karnaugh-map

55
Stars
12
Forks
Watchers

LaTeX package for drawing karnaugh maps with up to 6 variables

karnaugh-map-simplifier

44
Stars
8
Forks
Watchers

Karnaugh map simplification software, used to visually simplify boolean expressions

Kmap

26
Stars
15
Forks
Watchers

A simple function to simplify boolean algebra expressions, inspired by Karnaugh Map.

Karnaugh-Map-Solver

27
Stars
9
Forks
Watchers

Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual reso...