summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-09-15 23:36:21 -0300
committerGitHub <noreply@github.com>2020-09-15 23:36:21 -0300
commit8a126d59141d2889e3b10b07ece4b10f48511a71 (patch)
treeb4d5f303a120fbf5eeba3c7cfb0c8ea81eff9555 /src/expr/CMakeLists.txt
parent33f51490a9df73d8fee25fb88b19a87339b28e95 (diff)
[proof-new] A simple proof generator for buffered proof steps (#5069)
This commit also modifies proof equality engine to use this new proof generator rather than the FactProofGenerator, on which this new one is based. Co-authored-by: Andrew Reynolds <andrew.j.reynolds@gmail.com>
Diffstat (limited to 'src/expr/CMakeLists.txt')
-rw-r--r--src/expr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index aed7a866c..3e3b569af 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -7,6 +7,8 @@ libcvc4_add_sources(
attribute.cpp
attribute_internals.h
attribute_unique_id.h
+ buffered_proof_generator.cpp
+ buffered_proof_generator.h
emptyset.cpp
emptyset.h
expr_iomanip.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback