summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-12 14:48:31 -0500
committerGitHub <noreply@github.com>2020-08-12 14:48:31 -0500
commit2174ab36023326cd998565bbf35d31c38bc10594 (patch)
treea61a1cb1cc00faa1339adf315fd4037b0ca08b1a /src/options
parent27413a45e28001f6155d529a59d679556cdc011e (diff)
(proof-new) Improve interfaces to proof generators (#4803)
This includes configurable naming and a caching policy for term conversion proof generator. Also corrects a subtle issue in LazyCDProof related to making getProofFor idempotent using the notion of owned proofs.
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 d14a8e1cf..6b5bee6bb 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -183,6 +183,15 @@ header = "options/smt_options.h"
help = "check pedantic levels eagerly (during proof rule construction) instead of during final proof construction"
[[option]]
+ name = "proofNewEagerChecking"
+ category = "regular"
+ long = "proof-new-eager-checking"
+ type = "bool"
+ default = "false"
+ read_only = true
+ help = "check proofs eagerly with proof-new for local debugging"
+
+[[option]]
name = "dumpInstantiations"
category = "regular"
long = "dump-instantiations"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback