Karnaugh Map Minimization 4 variables
-
Updated
Jun 9, 2020 - Python
Karnaugh Map Minimization 4 variables
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.
Boolean algebra simplifier based on n-dimensional k-maps
Karnaugh-map for 2 , 3 and 4 variables in both sum of product and product of sum expressions, which takes min-terms or max-terms as input and return simplified expression with desired variables.
Add a description, image, and links to the karnaugh-map-simplifier topic page so that developers can more easily learn about it.
To associate your repository with the karnaugh-map-simplifier topic, visit your repo's landing page and select "manage topics."