summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/real-div-ufnra.smt2
blob: aa99ed0b64ecd24453efdb13665929943ee192e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --nl-ext=full --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