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

(assert (forall ((x (_ BitVec 8))) (not (= (bvcomp x a) ((_ extract 7 7) (bvmul a b))))))

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