summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-12-18 08:44:06 -0600
committerGitHub <noreply@github.com>2019-12-18 08:44:06 -0600
commitb0ef3a7e604d8b5a01c7fff2b149987c91d08baf (patch)
treedb007d024968bdbb581a1b634334fbd847647f1c /test
parent9c2c0581e0a325aad8cef463cfcc72b1164f79f5 (diff)
Increment Taylor degree for tangent and secant plane inferences for transcendentals (#3577)
Diffstat (limited to 'test')
-rw-r--r--test/regress/CMakeLists.txt1
-rw-r--r--test/regress/regress1/nl/exp-soundness-bound.smt25
2 files changed, 6 insertions, 0 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 7bd626ff0..67cc44a42 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1268,6 +1268,7 @@ set(regress_1_tests
regress1/nl/dumortier_llibre_artes_ex_5_13.transcendental.k2.smt2
regress1/nl/exp-4.5-lt.smt2
regress1/nl/exp-approx.smt2
+ regress1/nl/exp-soundness-bound.smt2
regress1/nl/exp1-lb.smt2
regress1/nl/exp_monotone.smt2
regress1/nl/factor_agg_s.smt2
diff --git a/test/regress/regress1/nl/exp-soundness-bound.smt2 b/test/regress/regress1/nl/exp-soundness-bound.smt2
new file mode 100644
index 000000000..5bcae30b0
--- /dev/null
+++ b/test/regress/regress1/nl/exp-soundness-bound.smt2
@@ -0,0 +1,5 @@
+; COMMAND-LINE: --nl-ext --decision=internal --no-check-models
+; EXPECT: sat
+(set-logic ALL)
+(assert (or (< 60.3 (exp 4.1) 60.4) (< (exp 5.1) 164.1)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback