summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/real-any-const.sy
blob: 431d0c1b0d1b6bab95ee418a6ade36a85d8219b3 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status --no-sygus-pbe --cegqi-si=none --sygus-grammar-cons=any-term-concise

(set-logic LRA)
(synth-fun f ((x Real) (y Real)) Real)
(constraint (= (f 1.5 7.5) 59.7))
(constraint (= (f 0.5 27.5) 174.9))
(constraint (= (f 0.8 20.0) 131.04))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback