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

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

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