Is there a way to create a Karnaugh Map of an expression with tri-state variables?
I'm thinking in maybe "expanding" to new inputs third condition. Is it possible?
ie:
T: true F: false _: unset AB Y AbCd Y ---- ------ __ 0 TTTT 0 __ 0 FTTT 0 __ 0 TTTF 0 __ 0 FTTF 0 _T 1 _F 0 ??? F_ 1 \ FT 1 --\ FF X --/ / T_ 0 TT X TF 0