Found 103 repositories(showing 30)
wredan
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 resolution method by Maurice Karnaugh, American physicist and mathematician.
neeraj-395
A karnaugh map solver using C with Web interface
VarunMusham
No description available
NikosMouzakitis
Karnaugh Map Minimization 4 variables
Karnaugh Map Minimizer
salmanmorshed
Karnaugh Map Solver made with Python and wxWidgets
Eniwder
カルノー図作成ツール
AliOsm
4 by 4 Karnaugh map solver
rohityadav-sas
The Karnaugh Map (KMap) Solver is a C++ application featuring a graphical interface for solving Karnaugh Maps. Users can interactively input values into a KMap grid and calculate corresponding minterms. The project aims to simplify Boolean expressions and visualize them using logic gates.
hkproj
Karnaugh map solver that works with any number of variables
fadi-george
Simple scripts to generate a Karnaugh map from a truth table and solve the expression for it.
DanielGunna
Some examples of Veitch-Karnaugh maps solved using verilog language developed as coursework of Architecture and Computer Organization I- @Puc Minas
SimpliMap is a Flutter app for creating, visualizing and minimizing Boolean expressions using Karnaugh maps (K-maps). It provides a solver UI, step-by-step minimization, and components to explore K-map grouping and simplified expressions.
frostrot
This is a python code which solves the karnaugh map of 2 to 4 variables for you. It uses quine mccluskey algorithm to do so.
obsfx
kmap-solver is a command line tool to solve and visualize Karnaugh Maps up to 4 variables.
suhani-priyank
4-Variable K-Map Solver is an online tool/web app that lets you work with a Karnaugh map (K-map) for four variables directly in your browser. This type of solver is typically used in digital logic design and Boolean algebra to simplify logic expressions by organizing truth values into a visual grid, helping you find minimal logic expressions.
AntonioGarciaDiaz
JavaScript web application that I coded for my year project during the 2016-2017 year. It allows students to train themselves in logic circuit synthesis, specifically in the solving of Karnaugh Maps, and facilitates the creation of new exercise sheets by teachers. The application allows the user to generate their own exercises by building a custom Karnaugh Map of up to 5 logic variables (with an option for “don’t care” symbols), and dynamically displays the exercise’s solution in real-time, by means of an interactive logic function, and an exportable string of LaTeX (askmaps) code.
AmitGZ
Karnaugh map solver
Soumya-Chakraborty
Karnaugh-Map-Solver
saraa-mohamedd
A simple program in C++ to calculate the simplest form of a binary expression through Karnaugh Maps (K-Maps), created for the CSCE2301 (Digital Design I) course, in Spring 2022.
emranffl
A K-Map solver up-to four variables with interactive UI for Windows platform
EzikialDaun
Karnaugh Map Solver based on JS. 2 ~ 4 variables available.
aParsecFromFuture
No description available
mnahm5
No description available
Udit24
No description available
da0ran9e
🦥a webapp to deal with Electronics for IT lecture class assignments
Farzadr98
Hello there, welcome! This is a JavaScript algorithm that solves the 4x4 Karnaugh map. It is expandable to solve 2 and 3 variable tables as well, although it needs some slight changes not done yet.
This is an advanced GUI based Karnaugh Map solver, which aims at making boolean expression minimization at ease.
Saranya-Mukherjee
this project can solve k-map and uniquqly render the solution in a vieo form with the help of open cv
M4rulli
An interactive Karnaugh Map solver with automatic Boolean minimization and circuit synthesis.