summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-15 18:23:24 -0500
committerGitHub <noreply@github.com>2020-06-15 18:23:24 -0500
commite5f51e82aceda35642acd92b417bfeb74edfdcdd (patch)
tree54cf66bd5664f716bfb7eb46fdaae7ff617362d1 /src/expr/CMakeLists.txt
parent545bdeebf38e7212dc161567ec16ddc6bd36d708 (diff)
(proof-new) Update proof node, add proof node algorithm utility file. (#4600)
Moves get free assumptions to a proof_node_algorithm.h/cpp file, analogous to node_algorithm.h/cpp. Adds a more general form of it, getFreeAssumptionsMap, which is required for future method ProofNodeManager::mkScope.
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 00eeaecea..5173c076d 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -47,6 +47,8 @@ libcvc4_add_sources(
proof_generator.h
proof_node.cpp
proof_node.h
+ proof_node_algorithm.cpp
+ proof_node_algorithm.h
proof_node_to_sexpr.cpp
proof_node_to_sexpr.h
proof_node_manager.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback