(proof-new) Add datatypes proof checker (#5340)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 26 Oct 2020 17:33:01 +0000 (12:33 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 17:33:01 +0000 (12:33 -0500)
commit04640a15faeee34b064dc4f1d2045300c2a6f329
tree86d566b52d4fd9410a0b9ab17b73bd0111b0a8e8
parentd7ef769395f75b7acae3dd36df587a4438db5673
(proof-new) Add datatypes proof checker (#5340)

This adds the proof rules and proof checker for datatypes.
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/theory/datatypes/proof_checker.cpp [new file with mode: 0644]
src/theory/datatypes/proof_checker.h [new file with mode: 0644]