summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/fuzz35.delta01.smtv1.smt2
blob: 3131e9e362ee8ccb40098e1ac59f060f150e1a42 (plain)
1
2
3
4
5
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_BV)
(declare-fun v0 () (_ BitVec 4))
(check-sat-assuming ( (let ((_let_0 (bvmul v0 (bvsub (_ bv4 4) (_ bv12 4))))) (bvsgt (bvadd _let_0 _let_0) (_ bv0 4))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback