summaryrefslogtreecommitdiff
path: root/test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2
blob: 6948e14c11191e0a9f5faef8d3d994c0cc5bdbc5 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --decision=justification
; EXPECT: sat
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_UFLIA)
(declare-fun fmt_length () Int)
(declare-fun fmt1 () Int)
(declare-fun arg1 () Int)
(declare-fun select_format (Int) Int)
(check-sat-assuming ( (and (and (= 1 (select_format (+ 1 fmt1))) (= (select_format arg1) 0)) (and (or (= 1 (select_format 7)) (or (or (or (= 1 (select_format 0)) (= 1 (select_format 1))) (= 0 (select_format 5))) (= 0 (select_format 6)))) (and (= 9 fmt_length) (and (= arg1 (- fmt1 2)) (< fmt1 fmt_length))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback