(proof-new) Change proof-new option to proof (#5955)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 22 Feb 2021 22:07:16 +0000 (16:07 -0600)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 22:07:16 +0000 (16:07 -0600)
commit71d72df0437607723256bbd7b4f28cd6c89fe40f
tree1021b9e166290db4637a0be447da359d0aed4752
parent580f3e93c2cc4564e6fa87d07426dc1ff87224e4
(proof-new) Change proof-new option to proof (#5955)

Also moves several proof-specific options to proof_options.
26 files changed:
src/expr/lazy_proof_chain.cpp
src/expr/proof_checker.cpp
src/expr/proof_ensure_closed.cpp
src/expr/proof_ensure_closed.h
src/expr/proof_node_algorithm.cpp
src/expr/proof_node_manager.cpp
src/expr/proof_node_to_sexpr.cpp
src/expr/proof_node_updater.cpp
src/options/proof_options.toml
src/options/smt_options.toml
src/preprocessing/passes/ite_removal.cpp
src/preprocessing/passes/quantifier_macros.cpp
src/prop/minisat/core/Solver.cc
src/prop/minisat/minisat.cpp
src/prop/prop_engine.cpp
src/prop/sat_proof_manager.cpp
src/prop/theory_proxy.cpp
src/smt/preprocess_proof_generator.cpp
src/smt/proof_manager.cpp
src/smt/proof_post_processor.cpp
src/smt/set_defaults.cpp
src/smt/smt_engine.cpp
src/theory/arith/congruence_manager.h
src/theory/arith/constraint.cpp
src/theory/arith/proof_macros.h
test/regress/regress0/arith/non-normal.smt2