Minimizing random Boolean expressions
( go to the article → https://www.johndcook.com/blog/2020/11/22/random-boolean-expressions/ )
The previous post looked at all Boolean expressions on three or four variables and how much they can be simplified. The number of Boolean expressions on n variables is and so the possibilities explode as n increases. We could do n = 3 and 4, but 5 would be a lot of work, and 6 […]
The post Minimizing random Boolean expressions first appeared on John D. Cook.
Nov. 23, 2020, 1:53 a.m.