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