summaryrefslogtreecommitdiff
path: root/src/options/arith_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/arith_options.toml')
-rw-r--r--src/options/arith_options.toml37
1 files changed, 35 insertions, 2 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index 472657274..43614fd60 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -511,8 +511,8 @@ name = "Arithmetic Theory"
long = "nl-rlv=MODE"
type = "NlRlvMode"
default = "NONE"
- help = "choose mode for using relevance of assertoins in non-linear arithmetic"
- help_mode = "Modes for using relevance of assertoins in non-linear arithmetic."
+ help = "choose mode for using relevance of assertions in non-linear arithmetic"
+ help_mode = "Modes for using relevance of assertions in non-linear arithmetic."
[[option.mode.NONE]]
name = "none"
help = "Do not use relevance."
@@ -548,6 +548,39 @@ name = "Arithmetic Theory"
help = "whether to use the linear model as initial guess for the cylindrical algebraic decomposition solver"
[[option]]
+ name = "nlCadProjection"
+ category = "expert"
+ long = "nl-cad-proj=MODE"
+ type = "NlCadProjectionMode"
+ default = "MCCALLUM"
+ help = "choose the CAD projection operator"
+ help_mode = "Modes for the CAD projection operator in non-linear arithmetic."
+[[option.mode.MCCALLUM]]
+ name = "mccallum"
+ help = "McCallum's projection operator."
+[[option.mode.LAZARD]]
+ name = "lazard"
+ help = "Lazard's projection operator."
+[[option.mode.LAZARDMOD]]
+ name = "lazard-mod"
+ help = "A modification of Lazard's projection operator."
+
+[[option]]
+ name = "nlCadLifting"
+ category = "expert"
+ long = "nl-cad-lift=MODE"
+ type = "NlCadLiftingMode"
+ default = "REGULAR"
+ help = "choose the CAD lifting mode"
+ help_mode = "Modes for the CAD lifting in non-linear arithmetic."
+[[option.mode.REGULAR]]
+ name = "regular"
+ help = "Regular lifting."
+[[option.mode.LAZARD]]
+ name = "lazard"
+ help = "Lazard's lifting scheme."
+
+[[option]]
name = "nlICP"
category = "regular"
long = "nl-icp"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback