summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-10-07 07:23:53 -0500
committerGitHub <noreply@github.com>2020-10-07 07:23:53 -0500
commit1a97c19443833604d57f1453a1bebfe0714d3d8e (patch)
tree18bb2f3a12f46de9920118713f973fc89860f126 /src/CMakeLists.txt
parenta69b6eb561fadb4c2c9f09b700950af7ce43b378 (diff)
(proof-new) Add the strings proof constructor (#4903)
This is the method for converting strings InferInfo into instructions for building ProofNode. Notice that this is done as a standalone module, and thus the theory of strings uses Inferences only, not PfRule. The next step will be to integrate this utility into InferenceManager.
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 7366d6eb2..f70bdde3e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -816,6 +816,8 @@ libcvc4_add_sources(
theory/strings/eqc_info.h
theory/strings/infer_info.cpp
theory/strings/infer_info.h
+ theory/strings/infer_proof_cons.cpp
+ theory/strings/infer_proof_cons.h
theory/strings/inference_manager.cpp
theory/strings/inference_manager.h
theory/strings/normal_form.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback