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

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

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