summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-03 22:46:36 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-03 22:46:36 +0000
commitcf8b81553abf579d151b04a40cd82dec48bfd6ff (patch)
tree275c457d85fa2a0d4843343ad1d7d25017f13cdd /test
parent64d530e5b9096e66398f92d93cf7bc4268df0e70 (diff)
Adding functions/predicates to SMT grammar
Diffstat (limited to 'test')
-rw-r--r--test/regress/simple-uf.smt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/simple-uf.smt b/test/regress/simple-uf.smt
new file mode 100644
index 000000000..3aaba2ab0
--- /dev/null
+++ b/test/regress/simple-uf.smt
@@ -0,0 +1,7 @@
+(benchmark simple_uf
+ :logic QF_UF
+ :extrasorts (A B)
+ :extrafuns ((f A B) (x A) (y A))
+ :formula (not (implies (= x y) (= (f x) (f y))))
+ :status unsat
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback