summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/real-div-ufnra.smt2
blob: e7a031fa88927ae7d39b476f64a2128436af05db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --nl-ext --simplification=none
; EXPECT: sat
(set-logic QF_UFNRA)
(set-info :status sat)
(declare-fun x () Real)
(declare-fun y () Real)
(declare-fun f (Real) Real)

(assert (= (f x) 0.2))
(assert (= (f y) 0.4)) 
(assert (= (/ (f x) (f y)) 0.5))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback