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

(assert (forall ((x (_ BitVec 32))) (not (= (bvcomp x a) (bvcomp x b)))))

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