Karnaugh
Karnaugh, in the context of digital logic, most often refers to the Karnaugh map, a visual method for simplifying Boolean expressions. The Karnaugh map is named after Maurice Karnaugh, an American physicist and engineer who introduced the technique at Bell Labs in the early 1950s.
A Karnaugh map translates a Boolean function of n variables into a two-dimensional grid with 2^n cells.
To minimize, one marks the cells corresponding to outputs of 1 (and optionally marks don't-care terms). Groups
Limitations and scope: The Karnaugh map is intuitive and effective for functions with up to about four
See also: Karnaugh map, Boolean algebra, Gray code, Quine–McCluskey algorithm.