summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 024530224..88842faf7 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -420,6 +420,15 @@ header = "options/smt_options.h"
help = "in models, output uninterpreted sorts as datatype enumerations"
[[option]]
+ name = "modelWitnessChoice"
+ category = "regular"
+ long = "model-witness-choice"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "in models, use a witness constant for choice functions"
+
+[[option]]
name = "regularChannelName"
smt_name = "regular-output-channel"
category = "regular"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback