
The purpose of this program is to simplify a 4-variable Karnaugh-diagram.
Inputs
just put the values '1','0' or 'X' in the KV-diagram. For an unknown value 'X' or another non-numeric symbol can be used.
Assumes
a KV-diagram is used is electronics to simplify boolean logic equations. This program is only intended for people who know a bit about boolean logic equations or people who want to start using them.
Returns
The simpelest equation of the KV-diagram
Side Effects
none encountered, but report if you find one so I can fix it. Thx