mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-27 18:25:49 +08:00
Internal
PiperOrigin-RevId: 361132516
This commit is contained in:
committed by
Louise Deason
parent
bf886c22bf
commit
42f8d0aafe
@@ -1,3 +1,3 @@
|
||||
cnf(humans_are_mortal, axiom, (~human(X) | mortal(X))).
|
||||
cnf(socrates_is_human, hypothesis, (human(c))).
|
||||
cnf(socrates_is_mortal, negated_conjecture, (~mortal(c))).
|
||||
cnf(socrates_is_human, hypothesis, (human(socrates))).
|
||||
cnf(socrates_is_mortal, negated_conjecture, (~mortal(socrates))).
|
||||
|
||||
Reference in New Issue
Block a user