mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-10 05:17:46 +08:00
42f8d0aafe
PiperOrigin-RevId: 361132516
4 lines
177 B
OpenEdge ABL
4 lines
177 B
OpenEdge ABL
cnf(humans_are_mortal, axiom, (~human(X) | mortal(X))).
|
|
cnf(socrates_is_human, hypothesis, (human(socrates))).
|
|
cnf(socrates_is_mortal, negated_conjecture, (~mortal(socrates))).
|