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