summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc3.userdoc.02.cvc.smt2
blob: f10db67b48974e7eaa1db7b3cefabfd0c51711e9 (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () (_ BitVec 5))
(declare-fun y () (_ BitVec 4))
(declare-fun yy () (_ BitVec 3))
(check-sat-assuming ( (not (= ((_ extract 8 4) (bvadd (concat x #b0000) (concat (concat #b000 (bvnot y)) #b11))) (bvadd x ((_ zero_extend 3) (bvnot ((_ extract 3 2) y)))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback