summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc3.userdoc.03.cvc.smt2
blob: c9c7e8733770936c2404cb9062905c65e12de55c (plain)
1
2
3
4
5
6
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun bv () (_ BitVec 10))
(declare-fun a () Bool)
(check-sat-assuming ( (not (and (= ((_ extract 5 3) #b01100000) ((_ extract 4 2) (concat #b1111001 ((_ extract 0 0) bv)))) (= (concat #b1 (ite a #b0 #b1)) ((_ extract 1 0) (ite a #b110 #b011))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback