summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-05-03 21:40:30 -0500
committerGitHub <noreply@github.com>2018-05-03 21:40:30 -0500
commitb35ed9dd0e1c8361338ba11d2b1532301f540945 (patch)
treec6a4fbefa186309d2e4174a8af92882adc8890c8 /src/Makefile.am
parent3fe18c9d3b15e1c4a7bf23d54bf92e2ae27c6a80 (diff)
Move Lazy trie datastructure to its own file (#1871)
Preparation for further developing CegisUnif
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 6cb179b1d..168e1e3b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -431,6 +431,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/inst_propagator.h \
theory/quantifiers/inst_strategy_enumerative.cpp \
theory/quantifiers/inst_strategy_enumerative.h \
+ theory/quantifiers/lazy_trie.cpp \
+ theory/quantifiers/lazy_trie.h \
theory/quantifiers/local_theory_ext.cpp \
theory/quantifiers/local_theory_ext.h \
theory/quantifiers/macros.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback