summaryrefslogtreecommitdiff
path: root/test/regress/regress0/decision/bitvec0.delta01.smtv1.smt2
blob: 86ad61a9228f7812421aedec545766cfdef4b62a (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --decision=justification
; EXPECT: unsat
(set-option :incremental false)
(set-info :status unknown)
(set-logic QF_BV)
(declare-fun t () (_ BitVec 32))
(check-sat-assuming ( (not (ite (= ((_ extract 4 0) t) ((_ extract 6 2) t)) (and (= ((_ extract 6 6) t) ((_ extract 0 0) t)) (= ((_ extract 1 1) t) ((_ extract 5 5) t))) true)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback