(proof-new) Witness form proof generator (#4782)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 12 Aug 2020 16:41:26 +0000 (11:41 -0500)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 16:41:26 +0000 (09:41 -0700)
commit9d1ce085de6df543d9d9a2fa9b8fa9001feb4b6b
tree023474f131ee9f21e829fc623e31de808b9235d5
parent3f77b4ac0d4ff8ab69e2f2932e9ced088bd339ed
(proof-new) Witness form proof generator (#4782)

This class is responsible for the connection between terms and their witness form in the final proof.
src/CMakeLists.txt
src/expr/lazy_proof.cpp
src/expr/lazy_proof.h
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/smt/witness_form.cpp [new file with mode: 0644]
src/smt/witness_form.h [new file with mode: 0644]
src/theory/builtin/proof_checker.cpp