【发布时间】:2013-10-11 00:14:31
【问题描述】:
我不确定如何进一步简化。
【问题讨论】:
-
那是“((not C) or (not (d xor P))) and (C or (d xor P))”吗?
-
它是 ((not C) and (not (d xor P))) 或 (C and (d xor P))
-
这个问题似乎跑题了,因为它是关于数学的,这可能在 math.stackexchange.com 上处理得更好。
-
“C = d xor P”怎么样?