summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt2')
-rw-r--r--test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt2 b/test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt2
new file mode 100644
index 000000000..65e705fa3
--- /dev/null
+++ b/test/regress/regress0/nl/sin-cos-346-b-chunk-0169.smt2
@@ -0,0 +1,12 @@
+; COMMAND-LINE: --no-check-models
+; EXPECT: sat
+(set-info :smt-lib-version 2.6)
+(set-logic QF_NRA)
+(set-info :category "industrial")
+(set-info :status sat)
+(declare-fun skoX () Real)
+(declare-fun skoSQ3 () Real)
+(declare-fun pi () Real)
+(assert (let ((?v_0 (* skoSQ3 skoSQ3))) (and (not (<= (* skoX (* skoX (* skoX (* skoX (+ (/ 1 24) (* skoX (* skoX (+ (/ (- 1) 720) (* skoX (* skoX (/ 1 40320))))))))))) (+ (- 3) ?v_0))) (and (= ?v_0 3) (and (not (<= (+ (/ (- 1) 10000000) (* pi (/ 1 2))) skoX)) (and (not (<= pi (/ 15707963 5000000))) (and (not (<= (/ 31415927 10000000) pi)) (and (not (<= skoX 0)) (not (<= skoSQ3 0))))))))))
+(check-sat)
+(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback