How do you break up any Boolean Algebra expression into all possible result?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I need do the following based on Boolean Algebra ex 1. (M271/M272/M651)+(450/965)/M642/M646 All possible result M271 + 450 M271 + 965 M272 + 450 M272 + 965 M651 + 450 M651 + 965 M642 M646 ex 2 M271/M646+M006/M651+M013 M271 + M006 + M013 M646 + M006 + M013 M271 + M651 + M013 M646 + M651 + M013 Do somebody no where I can find a code library or code to help me to break up any Boolean Algebra expression into all possible result Thanks in advance PS. I also have more complex expression