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.
The program is presented as a web app, therefore executable on most of the internet browsers.
For more information, check the Installation Notes file.
The software interface consists of a single main screen, in which all actions can be performed.
It is divided into:
It is possible to select to assign the values between 0, 1 and X to every single combination of input both in the truth table and on the map. The table and the map will be synchronized, so that the user is free to choose his own method of input.
You can click the button Elabora when the criteria are set in the setup menu on the right side of the page.
The solution will be obtained divided into colored groups, that identifies the solution for each corresponding group drawn on the map.