summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/sqrt2-value.smt2
blob: 649a792bec0db400d4c83fe540b914b411ec8561 (plain)
1
2
3
4
5
6
7
8
9
; SCRUBBER: sed -e 's/choice.*/choice/'
; EXPECT: sat
; EXPECT: ((x (choice
(set-option :produce-models true)
(set-logic ALL)
(declare-fun x () Real)
(assert (= (* x x) 2))
(check-sat)
(get-value (x))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback