summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qbv-test-invert-bvudiv-0-neq.smt2
blob: 751c5d6bb97c6062c243797185f05c01a0529ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
; 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))
(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