summaryrefslogtreecommitdiff
path: root/src/options/arrays_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/arrays_options.toml')
-rw-r--r--src/options/arrays_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/arrays_options.toml b/src/options/arrays_options.toml
index 8c82a7fb5..389bb6e4c 100644
--- a/src/options/arrays_options.toml
+++ b/src/options/arrays_options.toml
@@ -73,3 +73,12 @@ header = "options/arrays_options.h"
type = "int"
default = "2"
help = "propagation effort for arrays: 0 is none, 1 is some, 2 is full"
+
+[[option]]
+ name = "arraysExp"
+ category = "experimental"
+ long = "arrays-exp"
+ type = "bool"
+ default = "false"
+ help = "enable experimental features in the theory of arrays"
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback