Refactor regressions (#5639)
[cvc5.git] / test / regress / regress0 / uflia / xs-09-16-3-4-1-5.delta02.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status sat)
3 (set-logic QF_UFLIA)
4 (declare-fun arg1 () Int)
5 (declare-fun adr_lo () Int)
6 (declare-fun select_format (Int) Int)
7 (declare-fun x () Int)
8 (check-sat-assuming ( (and (= (select_format arg1) adr_lo) (and (or (= 0 x) (or (= adr_lo (select_format 4)) (or (= adr_lo (select_format 3)) (or (= adr_lo (select_format 2)) (or (= 1 (select_format 0)) (= 0 (select_format 1))))))) (and (= adr_lo 3) (and (< arg1 4) (>= arg1 0))))) ))