summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-11 13:08:00 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-09-11 11:08:00 -0700
commit64c48c4d3b4c26b0ba28ab1ab11ef2314ca0cbee (patch)
treeece6319150e855d2b0850f7508d9e3ee080b7f03 /src/options/smt_options.toml
parent2fb903ed7309fd97c848b03f6587c9d0604efd24 (diff)
Support model cores via option --produce-model-cores. (#2407)
This adds support for model cores, fixes #1233. It includes some minor cleanup and additions to utility functions.
Diffstat (limited to 'src/options/smt_options.toml')
-rw-r--r--src/options/smt_options.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 36ada5a95..93e892943 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -99,13 +99,13 @@ header = "options/smt_options.h"
help = "output models after every SAT/INVALID/UNKNOWN response"
[[option]]
- name = "omitDontCares"
+ name = "produceModelCores"
category = "regular"
- long = "omit-dont-cares"
+ long = "produce-model-cores"
type = "bool"
default = "false"
read_only = true
- help = "When producing a model, omit variables whose value does not matter"
+ help = "when printing models, compute a minimal core of relevant definitions"
[[option]]
name = "proof"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback