wfs-operator-experiment/tests/rule_block_challenge.in

12 lines
82 B
Plaintext
Raw Normal View History

2023-01-11 14:04:22 -07:00
-a.
a :- x, not b, delay2.
delay1.
delay2 :- delay1.
x :- not y.
y :- not x.