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

(assert (forall ((x (_ BitVec 8))) (not (= (concat a x) b))))

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