[proofs] Add option to prune inputs from final proof (#7789)
authorHaniel Barbosa <hanielbbarbosa@gmail.com>
Fri, 10 Dec 2021 15:21:28 +0000 (12:21 -0300)
committerGitHub <noreply@github.com>
Fri, 10 Dec 2021 15:21:28 +0000 (09:21 -0600)
commit9dbe40db8a07ed8d66318d5e6f466fcf294707ce
treeba75588437db240255b8993502bca5bfde77f4ff
parent93e71ff09714d504da93fbdb0448c656f60c0b98
[proofs] Add option to prune inputs from final proof (#7789)

This is useful for example to remove inputs corresponding to definition of symbols, which may be unexpected for some users, like when using named to wrap assertions and generate unsat cores.
src/options/proof_options.toml
src/smt/proof_manager.cpp