summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qbv-test-invert-bvcomp.smt2
blob: 6bcc6501b146d75f0784375d2114b08a9099654a (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --cbqi-bv --cbqi-bv-ineq=keep --no-cbqi-full
; EXPECT: unsat
(set-logic BV)
(declare-fun a () (_ BitVec 8))
(declare-fun b () (_ BitVec 8))
(declare-fun c () (_ BitVec 1))

(assert (forall ((x (_ BitVec 8))) (not (= (bvcomp x a) ((_ extract 7 7) (bvmul a b))))))

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