summaryrefslogtreecommitdiff
path: root/test/regress/regress0/tptp/tptp_parser3.p
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/tptp/tptp_parser3.p')
-rw-r--r--test/regress/regress0/tptp/tptp_parser3.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress0/tptp/tptp_parser3.p b/test/regress/regress0/tptp/tptp_parser3.p
new file mode 100644
index 000000000..2840892bc
--- /dev/null
+++ b/test/regress/regress0/tptp/tptp_parser3.p
@@ -0,0 +1,13 @@
+% Status: Unsatisfiable
+
+%--------------------------------------------------------------------------
+
+cnf(query_1,axiom, p( a, d ) | b ).
+
+cnf(query_1,axiom, b | c ).
+
+cnf(query_1,axiom, ~p(a, d) | ~ 'c' ).
+
+cnf(query_1,negated_conjecture, ~ b ).
+
+%--------------------------------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback