Karnaugh's Maps Generator

Start writing a boolean function and let the magic happen.

Show Syntax
!aNOT a
aba AND b
a*ba AND b
a+ba OR b
a^ba XOR b

Boolean Function