summaryrefslogtreecommitdiff
path: root/src/options/proof_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-08-19 13:32:50 -0500
committerGitHub <noreply@github.com>2021-08-19 18:32:50 +0000
commitc8b6b29616fa0183cb90e83d1ef72c9ebdb28587 (patch)
tree05e9f5f5f26cdded0dd60373ab8453d85b80ae60 /src/options/proof_options.toml
parent3c200e9a6475d7b0e802cc56afe0f86eda1559c4 (diff)
Refactor proof output for TPTP (#7029)
This eliminates the old option "inst format mode" and makes proof output for TPTP organized as an ordinary proof output format.
Diffstat (limited to 'src/options/proof_options.toml')
-rw-r--r--src/options/proof_options.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options/proof_options.toml b/src/options/proof_options.toml
index f0458793e..071f14dec 100644
--- a/src/options/proof_options.toml
+++ b/src/options/proof_options.toml
@@ -18,6 +18,9 @@ name = "Proof"
[[option.mode.VERIT]]
name = "verit"
help = "Output veriT proof"
+[[option.mode.TPTP]]
+ name = "tptp"
+ help = "Output TPTP proof (work in progress)"
[[option]]
name = "proofPrintConclusion"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback