summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2021-05-20 15:29:32 -0300
committerGitHub <noreply@github.com>2021-05-20 18:29:32 +0000
commita0644780130dd0ed86a9486e29aa326b3fe5d804 (patch)
tree8cd1f0e0b18e67fa91dfff48eac5204eaf4ee3fc /src/options
parent61b14cbbbb1665496913e047d14fedee610efef1 (diff)
Remove old unsat cores (#6581)
This commit removes the remaining old proof code and the code to produce unsat cores based on it.
Diffstat (limited to 'src/options')
-rw-r--r--src/options/smt_options.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options/smt_options.toml b/src/options/smt_options.toml
index ddffe8c12..880bbe0fb 100644
--- a/src/options/smt_options.toml
+++ b/src/options/smt_options.toml
@@ -200,9 +200,6 @@ name = "SMT Layer"
[[option.mode.OFF]]
name = "off"
help = "Do not produce unsat cores."
-[[option.mode.OLD_PROOF]]
- name = "old-proof"
- help = "Produce unsat cores from old proof infrastructure."
[[option.mode.SAT_PROOF]]
name = "sat-proof"
help = "Produce unsat cores from SAT and preprocessing proofs."
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback