Refactor proof output for TPTP (#7029)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 19 Aug 2021 18:32:50 +0000 (13:32 -0500)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 18:32:50 +0000 (18:32 +0000)
commitc8b6b29616fa0183cb90e83d1ef72c9ebdb28587
tree05e9f5f5f26cdded0dd60373ab8453d85b80ae60
parent3c200e9a6475d7b0e802cc56afe0f86eda1559c4
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.
src/options/options_handler.cpp
src/options/options_handler.h
src/options/printer_options.toml
src/options/proof_options.toml
src/smt/command.cpp
src/smt/proof_manager.cpp
src/smt/proof_manager.h
src/smt/smt_engine.cpp