summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-09-16 13:25:33 -0300
committerGitHub <noreply@github.com>2020-09-16 11:25:33 -0500
commit5557985d7320668b2625f1559f907488e2a85590 (patch)
treea4ffd4059344cd49e595e6d5cbc03b8445b22ee9 /src/expr/CMakeLists.txt
parente2a64ae3e03ade771363df90dfa3f50b87a9205a (diff)
[proof-new] Adds Lazy CDProof chain data-structure (#5060)
A proof generator to facilitate connection of locally independent but globally dependent proofs. In particular this will be used to model the resolution chains done in Minisat.
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 3e3b569af..7fa8b12e7 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -17,6 +17,8 @@ libcvc4_add_sources(
kind_map.h
lazy_proof.cpp
lazy_proof.h
+ lazy_proof_chain.cpp
+ lazy_proof_chain.h
match_trie.cpp
match_trie.h
node.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback