summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2021-01-29 19:34:57 -0300
committerGitHub <noreply@github.com>2021-01-29 19:34:57 -0300
commit9ae030595825ad57bdbf55d856627318913c2fcf (patch)
treea6b0b6c8e444777a2fba3c3b6fcd4bbddcd417ab /src/options
parent50c3dee5c8a4855023df826e1a733ea3c6076774 (diff)
[proof-new] Connecting new unsat cores (#5834)
Allows one to generate unsat cores from the new proof infrastructure. For new this is controlled by a new option, --check-unsat-cores-new.
Diffstat (limited to 'src/options')
-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