summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/qbv-test-invert-bvxor.smt2
blob: 3dc095e83c91d850e11c7eeeea950cf2fd4aac1b (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --cegqi-bv --cegqi-bv-ineq=keep --no-cegqi-full
; EXPECT: unsat
(set-logic BV)
(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