summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/diseqprop.02.smtv1.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/uflia/diseqprop.02.smtv1.smt2')
-rw-r--r--test/regress/regress0/uflia/diseqprop.02.smtv1.smt214
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regress/regress0/uflia/diseqprop.02.smtv1.smt2 b/test/regress/regress0/uflia/diseqprop.02.smtv1.smt2
new file mode 100644
index 000000000..e146bd7fd
--- /dev/null
+++ b/test/regress/regress0/uflia/diseqprop.02.smtv1.smt2
@@ -0,0 +1,14 @@
+(set-option :incremental false)
+(set-logic QF_UFLIA)
+(declare-fun f (Int) Int)
+(declare-fun x1 () Int)
+(declare-fun y1 () Int)
+(declare-fun x2 () Int)
+(declare-fun y2 () Int)
+(declare-fun a () Int)
+(declare-fun b () Int)
+(assert (= x1 x2))
+(assert (= y1 y2))
+(assert (= (f x1) (f y1)))
+(assert (not (= x2 y2)))
+(check-sat-assuming ( true ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback