summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fp/issue4277-assign-func.smt2
blob: 5c39abc5f5abc0bf0ec5203a1160705fc95ef44a (plain)
1
2
3
4
5
6
7
8
9
10
; REQUIRES: symfpu
(set-logic ALL)
(set-option :uf-ho true)
(set-option :assign-function-values false)
(set-info :status sat)
(declare-fun b () (_ BitVec 1))
(declare-fun c () (_ BitVec 8))
(declare-fun d () (_ BitVec 23))
(assert (= 0 (fp.to_real (fp b c d))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback