summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz11.smtv1.smt2
blob: 90239222f6e88c467f7c5fe37878747966c72f70 (plain)
1
2
3
4
5
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_BV)
(declare-fun v0 () (_ BitVec 11))
(check-sat-assuming ( (= v0 ((_ zero_extend 10) (ite (bvsge (_ bv0 16) ((_ zero_extend 5) v0)) (_ bv1 1) (_ bv0 1)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback