summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/diseqprop.06.smtv1.smt2
blob: 0e411d752ee074f9920c1c7799eb6d39d748a359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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 (= x2 1))
(assert (= y2 2))
(assert (= (f x1) (f y1)))
(check-sat-assuming ( true ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback