From b826fc8ae95fc13c4e2be45e39961199392a4dda Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 1 Jun 2020 18:34:21 -0500 Subject: (proof-new) Proof step buffer utilities (#4533) This class is used for delaying proof node creation until it is necessary. --- src/expr/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expr/CMakeLists.txt') diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt index 413041213..3d41b7a72 100644 --- a/src/expr/CMakeLists.txt +++ b/src/expr/CMakeLists.txt @@ -51,6 +51,8 @@ libcvc4_add_sources( proof_rule.h proof_skolem_cache.cpp proof_skolem_cache.h + proof_step_buffer.cpp + proof_step_buffer.h symbol_table.cpp symbol_table.h term_canonize.cpp -- cgit v1.2.3