summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/qbv-disequality3.smt2
blob: 78f5b7c883e012519c1922dc1ec961fdf2a7863d (plain)
1
2
3
4
5
6
7
8
9
10
; 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 (forall ((x (_ BitVec 8))) (= (bvmul (bvadd x b) a)  b)))

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