Refactor regressions (#5639)
[cvc5.git] / test / regress / regress0 / uflia / diseqprop.05.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status sat)
3 (set-logic QF_UFLIA)
4 (declare-fun f (Int) Int)
5 (declare-fun x1 () Int)
6 (declare-fun y1 () Int)
7 (declare-fun x2 () Int)
8 (declare-fun y2 () Int)
9 (declare-fun a () Int)
10 (declare-fun b () Int)
11 (assert (= x1 x2))
12 (assert (= y1 y2))
13 (assert (= (f x1) (f y1)))
14 (assert (= x2 1))
15 (assert (= y2 2))
16 (check-sat-assuming ( true ))