summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-04-17 11:57:07 -0500
committerGitHub <noreply@github.com>2020-04-17 11:57:07 -0500
commitc431160c5c9d706cd6424dc6c4b9b316ff8a5941 (patch)
tree8e4c55f5ffcda6ab373d4c3a0ffb5e296e9f93a1 /src/expr/CMakeLists.txt
parentb4eeffd63cc00369ec6b47ed4289577af3dec4eb (diff)
Add (context-dependent) Proof (#4323)
A (context-dependent) collection of proof steps that are linked to together to form a ProofNode dag. Note that the name "Proof" is currently taken. I am calling this class "CDProof", although it is optionally context dependent.
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 f21241ef5..41df85455 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -33,6 +33,8 @@ libcvc4_add_sources(
node_value.cpp
node_value.h
node_visitor.h
+ proof.cpp
+ proof.h
proof_checker.cpp
proof_checker.h
proof_node.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback