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

(assert (distinct a b (_ bv0 8)))
(assert (forall ((x (_ BitVec 8))) (= (bvudiv x a) b)))

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