Logic Flow Chart App

hh hh at hyperhh.de
Mon Aug 29 17:36:44 EDT 2016


Of course the eight cases are

A and B and C
A and B and not C 
A and not B and C
not A and B and C
A and not B and not C
not A and B and not C
not A and not B and C
not A and not B and not C

You know: There are three kinds of mathematicians: A first kind is able
to count, the second one is not ;-)

> Hermann wrote:
> One may look at that as a logic flow chart, the most compact view
> I know. For example for booleans A,B,C you have the pairwise disjoint
> cases (ready for a switch)
> 
> A and B and C
> A and B and not C 
> A and not B and C
> not A and B and C
> A and not B and not C
> A and not B and not C
> not A and B and not C
> not A and not B and C
> not A and not B and not C
> 
> Each of these 2^3 cases is a segment of the three circle venn diagram.




More information about the use-livecode mailing list