summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/sqrt2-value.smt2
blob: 915122140252c653127d8e6c622d03040f1d9ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
; SCRUBBER: sed -e 's/witness.*/witness/'
; COMMAND-LINE: --no-check-models
; REQUIRES: poly
; EXPECT: sat
; EXPECT: ((x (witness
(set-option :produce-models true)
(set-logic QF_NRA)
(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