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

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

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