summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/qbv-test-invert-mul.smt2
blob: 235d353ef0b09a775508b20b64d1c128fb013376 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --cbqi-bv
; EXPECT: sat
(set-logic BV)
(set-info :status sat)
(declare-fun a () (_ BitVec 32))
(declare-fun b () (_ BitVec 32))
(declare-fun c () (_ BitVec 32))

(assert (forall ((x (_ BitVec 32))) (not (= (bvmul x a) b))))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback