summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-03-09 23:43:35 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-03-09 23:43:35 +0000
commit8d85fb035b92f0fa0d852257dc00c9a85b1a350e (patch)
tree4a63a19eaddb805a770dda158b8906e75000946d /test
parent4ab7098ce928d69183d604e6b49b283f2f1283a6 (diff)
Adding support for "distinct" builtin in SMT parser
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/distinct.smt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/regress/regress0/distinct.smt b/test/regress/regress0/distinct.smt
new file mode 100644
index 000000000..3c3578edc
--- /dev/null
+++ b/test/regress/regress0/distinct.smt
@@ -0,0 +1,5 @@
+(benchmark distinct_test
+ :logic QF_UF
+ :status unsat
+ :extrafuns ((x U) (y U) (z U))
+ :formula (not (iff (distinct x y z) (and (not (= x y)) (not (= x z)) (not (= y z)))))) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback