summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-17 22:09:45 -0500
committerGitHub <noreply@github.com>2018-10-17 22:09:45 -0500
commitf1a4096e579b101642c5a47eb5c8e90476ccc81a (patch)
treea4c9e048888b759d7bc99bbb5afb9ef879ef1c49 /src/Makefile.am
parent1823d6d537a59d85a17f09f53c8128d934c420a3 (diff)
Sygus query generator (#2465)
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 8c1c0871d..d29dcd172 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -524,6 +524,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/quantifiers_attributes.h \
theory/quantifiers/quantifiers_rewriter.cpp \
theory/quantifiers/quantifiers_rewriter.h \
+ theory/quantifiers/query_generator.cpp \
+ theory/quantifiers/query_generator.h \
theory/quantifiers/relevant_domain.cpp \
theory/quantifiers/relevant_domain.h \
theory/quantifiers/rewrite_engine.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback