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