summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0')
-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