summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/issue3498.smt2
blob: 9fa8fdc1e3f1ebf08f9225fcd2a57a486c90fa4d (plain)
1
2
3
4
5
6
7
; EXPECT: sat
; COMMAND-LINE: --sygus-inference --no-check-models
(set-logic ALL)
(declare-fun x () Real)
(assert (= x 1))
(assert (= (sqrt x) x))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback