summaryrefslogtreecommitdiff
path: root/src/expr/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-05-20 09:14:54 -0500
committerGitHub <noreply@github.com>2020-05-20 09:14:54 -0500
commitc010efcdea8e96f3d423d8cebdfd0f3c19a379c7 (patch)
treed67331c190a3c304a9c3f4a390dc82278817454b /src/expr/CMakeLists.txt
parent6ae3e7167132e9060257d4f3d876f4e49e67b2a8 (diff)
Add proof skolem cache (#4485)
This adds the general utility for maintaining mappings from Skolems to their witness form via attributes. I am sending this as a PR now since it would be helpful to use this class for fixing some of the recent unconstrained-simp bugs.
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 41df85455..36675a148 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -43,6 +43,8 @@ libcvc4_add_sources(
proof_node_manager.h
proof_rule.cpp
proof_rule.h
+ proof_skolem_cache.cpp
+ proof_skolem_cache.h
symbol_table.cpp
symbol_table.h
term_canonize.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback