summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/wrong-model.smt2
blob: 4bb7645d5da9a333632a13278a9e5d56675b503f (plain)
1
2
3
4
5
6
7
8
9
10
11
; REQUIRES: symfpu
; 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