summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2020-05-19 16:24:59 -0500
committerGitHub <noreply@github.com>2020-05-19 16:24:59 -0500
commitc8f149fa83fa16f821f37687fedfa778808809bd (patch)
tree8808ec522b58c0d8273280923b984a72e0b7bb29 /src/options
parent6bb98062a5578d126db6a3e8cdca083881893b32 (diff)
Renamed operator CHOICE to WITNESS (#4207)
Renamed operator CHOICE to WITNESS, and removed it from the front end
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 9f9d58aad..6ac5b0289 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -394,9 +394,9 @@ header = "options/smt_options.h"
help = "in models, output uninterpreted sorts as datatype enumerations"
[[option]]
- name = "modelWitnessChoice"
+ name = "modelWitnessValue"
category = "regular"
- long = "model-witness-choice"
+ long = "model-witness-value"
type = "bool"
default = "false"
read_only = true
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback