summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-14 14:57:35 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-09-14 12:57:35 -0700
commitc2111c86973b8a80e20a3fdf3cbd0b2ff0dc7010 (patch)
tree2de4addf5a0a769f27240f28aeb576a97d5ef625 /src/Makefile.am
parent4a9a0dcb8b06e3fc917b642426140b044a64facd (diff)
Add Skolem cache for strings, refactor length registration (#2457)
This PR is in preparation for doing more aggressive caching of skolems (for example, in the strings preprocessor). It refactors sendLengthLemma -> registerLength, which unifies how length lemmas for skolems and other string terms are handled.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a8edbf1fd..e2109cf1e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -602,6 +602,8 @@ libcvc4_la_SOURCES = \
theory/strings/regexp_elim.h \
theory/strings/regexp_operation.cpp \
theory/strings/regexp_operation.h \
+ theory/strings/skolem_cache.cpp \
+ theory/strings/skolem_cache.h \
theory/strings/theory_strings.cpp \
theory/strings/theory_strings.h \
theory/strings/theory_strings_preprocess.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback