summaryrefslogtreecommitdiff
path: root/src/options/smt_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/smt_options.toml')
-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