summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-13 10:39:45 -0500
committerGitHub <noreply@github.com>2019-08-13 10:39:45 -0500
commit47b910a85de71b6617e4d1d210dcb57de597961b (patch)
tree2319441716ca0c10042e011579c67814334fd5b3 /src/options
parent2267c5050fafde26b34dc1e84de015617efa7cc7 (diff)
Implement check abduct feature (#3152)
Diffstat (limited to 'src/options')
-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 733819780..394875fae 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -634,3 +634,12 @@ header = "options/smt_options.h"
default = "false"
read_only = true
help = "support the get-abduct command"
+
+[[option]]
+ name = "checkAbducts"
+ category = "regular"
+ long = "check-abducts"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "checks whether produced solutions to get-abduct are correct"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback