summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/quantifiers_options.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/options/quantifiers_options.toml b/src/options/quantifiers_options.toml
index cb989b433..1101f70c5 100644
--- a/src/options/quantifiers_options.toml
+++ b/src/options/quantifiers_options.toml
@@ -189,13 +189,13 @@ header = "options/quantifiers_options.h"
help = "eliminate extended arithmetic symbols in quantified formulas"
[[option]]
- name = "condRewriteQuant"
+ name = "extRewriteQuant"
category = "regular"
- long = "cond-rewrite-quant"
+ long = "ext-rewrite-quant"
type = "bool"
- default = "true"
+ default = "false"
read_only = true
- help = "conditional rewriting of quantified formulas"
+ help = "apply extended rewriting to bodies of quantified formulas"
[[option]]
name = "globalNegate"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback