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

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

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