summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-10-28 13:01:49 -0500
committerGitHub <noreply@github.com>2017-10-28 13:01:49 -0500
commit49912baa48d87e6d8c38f9bc3e1739b8fbe4e8b3 (patch)
treeab9fd7aa2485871712bd9fd1e12d82a5275bf4c5 /src/Makefile.am
parent34e84a25a044e3af192bb69089467c2125911900 (diff)
Sygus process conjecture (#1286)
* Initial infrastructure for static preprocessing for sygus conjectures. * Initial infrastructure. * Minor change in terminology, move enumerator to synth-fun mapping to sygus term database, minor fix and add documentation to NegContainsInvarianceTest. * Clang format * Fixing comments, more initial infrastructure. * More * Minor * New clang format. * Address review.
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 b05a3503c..0bcd35215 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -420,6 +420,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/rewrite_engine.h \
theory/quantifiers/sygus_grammar_cons.cpp \
theory/quantifiers/sygus_grammar_cons.h \
+ theory/quantifiers/sygus_process_conj.cpp \
+ theory/quantifiers/sygus_process_conj.h \
theory/quantifiers/symmetry_breaking.cpp \
theory/quantifiers/symmetry_breaking.h \
theory/quantifiers/term_database.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback