T=d ld f mf li gi cd cf cld
V=x,y,z
R=0,1,1
F=!x | !y | z
C=fp_or(fp_or(fp_not(x),fp_not(y)),z)

# Expected result: z | !(x & y)  hence NAND
