summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/xs-09-16-3-4-1-5.delta02.smtv1.smt2
blob: 21e26dac92c87e4cb8adc87f20f55b35c15e24de (plain)
1
2
3
4
5
6
7
8
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_UFLIA)
(declare-fun arg1 () Int)
(declare-fun adr_lo () Int)
(declare-fun select_format (Int) Int)
(declare-fun x () Int)
(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))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback