summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bv2nat-simp-range-sat.smt2
blob: 7e98460b8b9e7de1105833c6a82a828bc2e145b7 (plain)
1
2
3
4
5
(set-logic ALL_SUPPORTED)
(set-info :status sat)
(declare-fun t () (_ BitVec 16))
(assert (not (and (<= 0 (bv2nat t)) (< (bv2nat t) 65535))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback