summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/real-si-all.sy
blob: 81f0ad22ff6f38a247c715b7848d17f6268260b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: unsat
; COMMAND-LINE: --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