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

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

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