summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-06-28 13:37:18 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-06-28 13:37:18 -0500
commitae1d4e4f05fdc2db61d7de7efee5bd567363ceef (patch)
treec10153364551b0c0535b105a9397124af9fc1954 /src/options
parentea8e9af7e428930898ba42d9a80ad725dee43cc7 (diff)
Enable non-linear solve by default, update regressions.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/arith_options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/arith_options b/src/options/arith_options
index d90cdfa7b..32310a495 100644
--- a/src/options/arith_options
+++ b/src/options/arith_options
@@ -165,7 +165,7 @@ option pbRewriteThreshold --pb-rewrite-threshold int :default 256
option sNormInferEq --snorm-infer-eq bool :default false
infer equalities based on Shostak normalization
-option nlExt --nl-ext bool :default false
+option nlExt --nl-ext bool :default true
extended approach to non-linear
option nlExtResBound --nl-ext-rbound bool :default false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback