summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qbv-test-invert-bvudiv-1-neq.smt2
blob: 5c2c42202f0b91b5cddca25c18ce4d19d34b347b (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --cegqi-bv --cegqi-bv-ineq=keep --no-cegqi-full --bv-div-zero-const
; 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 a x) b)))

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