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.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index 33d21612b..ed056ac9f 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -248,6 +248,13 @@ header = "options/smt_options.h"
help = "after UNSAT/VALID, produce and check an unsat core (expensive)"
[[option]]
+ name = "checkUnsatCoresNew"
+ category = "regular"
+ long = "check-unsat-cores-new"
+ type = "bool"
+ help = "after UNSAT/VALID, produce and check an unsat core (expensive) using the new proof infrastructure"
+
+[[option]]
name = "dumpUnsatCores"
category = "regular"
long = "dump-unsat-cores"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback