summaryrefslogtreecommitdiff
path: root/src/options/arith_options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-24 06:44:46 -0600
committerGitHub <noreply@github.com>2017-11-24 06:44:46 -0600
commitbb095659fb12e3733a73f1be31769ff5b5eb6055 (patch)
treed9e6e40196e80c0bce9983ed00791df32cfd7396 /src/options/arith_options
parent612509379a1417f8d4a5e001ff143ba819f5516f (diff)
Implement tangent and secant planes for transcendental functions (#1401)
Diffstat (limited to 'src/options/arith_options')
-rw-r--r--src/options/arith_options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options/arith_options b/src/options/arith_options
index bddde7a16..3ba1b00f6 100644
--- a/src/options/arith_options
+++ b/src/options/arith_options
@@ -177,6 +177,9 @@ option nlExtFactor --nl-ext-factor bool :default true
option nlExtTangentPlanes --nl-ext-tplanes bool :default false
use non-terminating tangent plane strategy for non-linear
+option nlExtTfTangentPlanes --nl-ext-tf-tplanes bool :default false
+ use non-terminating tangent plane strategy for transcendental functions for non-linear
+
option nlExtEntailConflicts --nl-ext-ent-conf bool :default false
check for entailed conflicts in non-linear solver
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback