summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-04-07 11:22:44 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-04-07 11:22:44 -0500
commit60978d75345cc4e939cf12f57ead93cbb08823ab (patch)
treebcf9dc7392d5d7536db2d697ce657b600a76f3e7 /src/options
parentf134f6845711821583c594acab5008eb5662888e (diff)
Change option names for nl.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/arith_options18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/options/arith_options b/src/options/arith_options
index c84f4cf36..d90cdfa7b 100644
--- a/src/options/arith_options
+++ b/src/options/arith_options
@@ -165,28 +165,28 @@ option pbRewriteThreshold --pb-rewrite-threshold int :default 256
option sNormInferEq --snorm-infer-eq bool :default false
infer equalities based on Shostak normalization
-option nlAlg --nl-alg bool :default false
- algebraic approach to non-linear
+option nlExt --nl-ext bool :default false
+ extended approach to non-linear
-option nlAlgResBound --nl-alg-rbound bool :default false
+option nlExtResBound --nl-ext-rbound bool :default false
use resolution-style inference for inferring new bounds
-option nlAlgTangentPlanes --nl-alg-tplanes bool :default false
+option nlExtTangentPlanes --nl-ext-tplanes bool :default false
use non-terminating tangent plane strategy for non-linear
-option nlAlgEntailConflicts --nl-alg-ent-conf bool :default false
+option nlExtEntailConflicts --nl-ext-ent-conf bool :default false
check for entailed conflicts in non-linear solver
-option nlAlgRewrites --nl-alg-rewrite bool :default true
+option nlExtRewrites --nl-ext-rewrite bool :default true
do rewrites in non-linear solver
-option nlAlgSolveSubs --nl-alg-solve-subs bool :default false
+option nlExtSolveSubs --nl-ext-solve-subs bool :default false
do solving for determining constant substitutions
-option nlAlgPurify --nl-alg-purify bool :default false
+option nlExtPurify --nl-ext-purify bool :default false
purify non-linear terms at preprocess
-option nlAlgSplitZero --nl-alg-split-zero bool :default false
+option nlExtSplitZero --nl-ext-split-zero bool :default false
intial splits on zero for all variables
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback