summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz23.delta01.smtv1.smt2
blob: 0589370d5c037dc95142a057e03449b15d146b3d (plain)
1
2
3
4
5
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_BV)
(declare-fun v1 () (_ BitVec 4))
(check-sat-assuming ( (= (_ bv1 1) ((_ extract 0 0) (bvsub (bvnot v1) (_ bv1 4)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback