Hi,
I am trying to simplify boolean expressions, that I think it might be achieved with the "binary tree balancing" feature but I am not able to do it based in your examples...
I am looking for something like:
Original: X = AB + A!C
Reduction X = A*(B + !C)
Can you tell me if it is possible and how to do it?
Thanks
Renato Martins