summaryrefslogtreecommitdiff
path: root/src/options/smt_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/smt_options')
-rw-r--r--src/options/smt_options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options/smt_options b/src/options/smt_options
index bc2586fe0..747119344 100644
--- a/src/options/smt_options
+++ b/src/options/smt_options
@@ -29,6 +29,8 @@ option checkModels check-models --check-models bool :link --produce-models --pro
after SAT/INVALID/UNKNOWN, check that the generated model satisfies user assertions
option dumpModels --dump-models bool :default false :link --produce-models :link-smt produce-models
output models after every SAT/INVALID/UNKNOWN response
+option omitDontCares --omit-dont-cares bool :default false
+ When producing a model, omit variables whose value does not matter
option proof produce-proofs --proof bool :default false :predicate proofEnabledBuild :notify notifyBeforeSearch
turn on proof generation
option checkProofs check-proofs --check-proofs bool :link --proof :link-smt produce-proofs :notify notifyBeforeSearch :read-write
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback