summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/real-si-all.sy
blob: 26524cdf6bfaf050b06498d6e70d939fdf856dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status

(set-logic LRA)

(synth-fun f ((x Real)) Real)

(declare-var x Real)

(constraint (and (< (/ 1500 3) (f x)) (< (f x) (/ 1507 3))))

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