summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-04-05 09:01:55 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-04-05 09:01:55 -0500
commitea54c6ed118928d8767c35e60d5de6c6ef877d00 (patch)
treeefaf95f700378af40d92138dcf68ae947d6dd565 /src/options
parentbf682b92e2bddcd490604f8a65c440b9c4c2f2f9 (diff)
Add non-linear regressions, disable nlAlgSubs, do not do rep checking for NONLINEAR_MULT terms. Ensure shared terms have correct model values in non-linear solver.
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 6f76758e3..36f0e6255 100644
--- a/src/options/arith_options
+++ b/src/options/arith_options
@@ -180,7 +180,7 @@ option nlAlgEntailConflicts --nl-alg-ent-conf bool :default false
option nlAlgRewrites --nl-alg-rewrite bool :default true
do rewrites in non-linear solver
-option nlAlgSolveSubs --nl-alg-solve-subs bool :default true
+option nlAlgSolveSubs --nl-alg-solve-subs bool :default false
do solving for determining constant substitutions
option nlAlgPurify --nl-alg-purify bool :default false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback