summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/wrong-model.smt2
blob: 298c21b187763d0b3985f33ab28e6065f18e0ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --fp-exp
; EXPECT: sat

; NOTE: the (set-logic ALL) is on purpose because the problem was not triggered
; with QF_FP.
(set-logic ALL)
(declare-const r RoundingMode)
(declare-const x (_ FloatingPoint 5 11))
(declare-const y (_ FloatingPoint 5 11))
(assert (not (= (fp.isSubnormal x) false)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback