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.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index 43614fd60..8766672a5 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -588,3 +588,10 @@ name = "Arithmetic Theory"
default = "false"
help = "whether to use ICP-style propagations for non-linear arithmetic"
+[[option]]
+ name = "arithEqSolver"
+ category = "regular"
+ long = "arith-eq-solver"
+ type = "bool"
+ default = "false"
+ help = "whether to use the equality solver in the theory of arithmetic"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback