summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-01 23:20:09 -0500
committerGitHub <noreply@github.com>2017-11-01 23:20:09 -0500
commit3f2c2c745ae2f13441c1cabd363e6539c9bdaeb9 (patch)
treeb5c785e9a5e16d430f45b2a40f78e40247111233 /src/Makefile.am
parent4b580ea3876055f701b13e67e0e4e78abbe47674 (diff)
(Move-only) Split quant util (#1306)
* Initial draft of splitting quant util. * Minor * Document recursive term builder. * Rename file, minor. * Clang format
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e8910e182..5ddfbf5c7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -410,8 +410,12 @@ libcvc4_la_SOURCES = \
theory/quantifiers/model_engine.h \
theory/quantifiers/quant_conflict_find.cpp \
theory/quantifiers/quant_conflict_find.h \
+ theory/quantifiers/quant_epr.cpp \
+ theory/quantifiers/quant_epr.h \
theory/quantifiers/quant_equality_engine.cpp \
theory/quantifiers/quant_equality_engine.h \
+ theory/quantifiers/quant_relevance.cpp \
+ theory/quantifiers/quant_relevance.h \
theory/quantifiers/quant_split.cpp \
theory/quantifiers/quant_split.h \
theory/quantifiers/quant_util.cpp \
@@ -426,6 +430,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/rewrite_engine.h \
theory/quantifiers/skolemize.cpp \
theory/quantifiers/skolemize.h \
+ theory/quantifiers/sygus_explain.cpp \
+ theory/quantifiers/sygus_explain.h \
theory/quantifiers/sygus_grammar_cons.cpp \
theory/quantifiers/sygus_grammar_cons.h \
theory/quantifiers/sygus_process_conj.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback