summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-12 11:41:26 -0500
committerGitHub <noreply@github.com>2020-08-12 09:41:26 -0700
commit9d1ce085de6df543d9d9a2fa9b8fa9001feb4b6b (patch)
tree023474f131ee9f21e829fc623e31de808b9235d5 /src/CMakeLists.txt
parent3f77b4ac0d4ff8ab69e2f2932e9ced088bd339ed (diff)
(proof-new) Witness form proof generator (#4782)
This class is responsible for the connection between terms and their witness form in the final proof.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d19719b6d..2a5639e9e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -272,6 +272,8 @@ libcvc4_add_sources(
smt/term_formula_removal.cpp
smt/term_formula_removal.h
smt/update_ostream.h
+ smt/witness_form.cpp
+ smt/witness_form.h
smt_util/boolean_simplification.cpp
smt_util/boolean_simplification.h
smt_util/nary_builder.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback