K map solver up to 4 variables, built using python
-
Updated
Oct 1, 2020 - Python
K map solver up to 4 variables, built using python
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. Implementation of the Quine - McKlusky algorithm in C++
Python based projects done as part of core courses at IIITD
Boolean minimization using Karnaugh maps. Works for any number of bits >3.
Add a description, image, and links to the kmap-solver topic page so that developers can more easily learn about it.
To associate your repository with the kmap-solver topic, visit your repo's landing page and select "manage topics."