I have a set of Boolean equations:-
1 = b'c'd' + bcd' + a'bd + ac'd
1 = a'bc'd' + b'c'd + abc + a'b'c + b'cd'
0 = a'b'c'd + a'bc + abc' + a'cd' + ab'd'
0 = a'b'cd + a'bc' + b'c'd' + abc + a'bd'
Is there any automated way to solve sets of Boolean expressios such as this? I am not interested in a brute force approach.
There must be widespread applications for mathematics to solve these sorts of problems, but a search of the internet is not helpful. The only things I have found are written in totally non-understandable mathematical language.
(BTW The solution to the above equations is abcd = 1001)
1 = b'c'd' + bcd' + a'bd + ac'd
1 = a'bc'd' + b'c'd + abc + a'b'c + b'cd'
0 = a'b'c'd + a'bc + abc' + a'cd' + ab'd'
0 = a'b'cd + a'bc' + b'c'd' + abc + a'bd'
Is there any automated way to solve sets of Boolean expressios such as this? I am not interested in a brute force approach.
There must be widespread applications for mathematics to solve these sorts of problems, but a search of the internet is not helpful. The only things I have found are written in totally non-understandable mathematical language.
(BTW The solution to the above equations is abcd = 1001)