14 lines
118 B
Plaintext
14 lines
118 B
Plaintext
|
-a.
|
||
|
|
||
|
a :- x, not b.
|
||
|
|
||
|
x :- not y.
|
||
|
y :- not x.
|
||
|
|
||
|
|
||
|
-------------------
|
||
|
({}, {a, b, y, x})
|
||
|
({}, {y})
|
||
|
({y}, {y})
|
||
|
({y}, {y})
|