summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/pr4993-bvugt-bvurem-b.smt2
blob: a514d8b0927b76788cb32ad38e02748d8abc538c (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --no-check-unsat-cores
; COMMAND-LINE: --bv-solver=simple --no-check-unsat-cores
(set-logic QF_BV)
(set-info :status unsat)
(declare-const x (_ BitVec 4))
(declare-const y (_ BitVec 4))
(assert (not (= (bvugt (bvurem y x) x) (ite (= x #x0) (bvugt y #x0) false))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback