summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/issue6164.smt2
blob: 3ec9f159475b03378b6ab4afdceb605a64abff78 (plain)
1
2
3
4
5
6
; EXPECT: sat
; EXPECT: ((((_ to_fp 5 11) roundNearestTiesToAway (/ 1 10)) (fp #b0 #b01011 #b1001100110)))
(set-logic ALL)
(set-option :produce-models true)
(check-sat)
(get-value (((_ to_fp 5 11) RNA 0.1)))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback