(proof-new) Add lazy proof utility (#4589)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 11 Jun 2020 17:47:30 +0000 (12:47 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 17:47:30 +0000 (12:47 -0500)
commitad87bbc615944514fcfcb3689768aab60a9cc9d6
treea34558f4ec0e8efb6c12f8338fa6d55dc11f3781
parent40fd0e4c958b215a3eba9da17f6f194cacb021be
 (proof-new) Add lazy proof utility (#4589)

Adds an extension of CDProof where facts can be mapped to (lazy) proof generators.
src/expr/CMakeLists.txt
src/expr/lazy_proof.cpp [new file with mode: 0644]
src/expr/lazy_proof.h [new file with mode: 0644]