summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/div_mod.cvc.smt2
blob: be61e155a582214ace44b1db7ffa76c3b8bed9a4 (plain)
1
2
3
4
5
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun x () (_ BitVec 4))
(check-sat-assuming ( (not (let ((_let_1 (bvsdiv x #b0000))) (and (and (and (and (= (bvudiv x #b0000) #b1111) (= (bvurem x #b0000) x)) (or (= _let_1 #b1111) (= _let_1 #b0001))) (= (bvsrem x #b0000) x)) (= (bvsmod x #b0000) x)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback