summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorYing Sheng <sqy1415@gmail.com>2019-10-08 08:18:21 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-10-08 08:18:21 -0700
commit00ccc01140bcdeaadedf8ae1b9f224ccdc812bc0 (patch)
treebc4981945d06c25d57854fbf2651431061e9ae42 /src/options
parent94feff6c3b03325115e2c1c91121b83945dba4b0 (diff)
Make ackermannization generally applicable rather than just BV (#3315)
The ackermannization process is currently already support general theories rather than specifically for BV. In this pull request, an option has been added to turn on ackermannization independently.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 394875fae..571094618 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -23,6 +23,14 @@ header = "options/smt_options.h"
help = "all dumping goes to FILE (instead of stdout)"
[[option]]
+ name = "ackermann"
+ category = "regular"
+ long = "ackermann"
+ type = "bool"
+ default = "false"
+ help = "eliminate functions by ackermannization"
+
+[[option]]
name = "simplificationMode"
smt_name = "simplification-mode"
category = "regular"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback