summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/diseqprop.01.smtv1.smt2
blob: 5432077c0c1c03e7870213c90327c4cb80adb962 (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 (not (= x2 y2)))
(assert (= x1 x2))
(assert (= y1 y2))
(assert (= (f x1) (f y1)))
(check-sat-assuming ( true ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback