summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-09 15:08:11 -0600
committerGitHub <noreply@github.com>2018-02-09 15:08:11 -0600
commit4316ad4be1f9bd9fb0842a84804f2642318cb893 (patch)
treeb90a14f42649c333391a49dcd9ff1ad32e9ed65f /src/Makefile.am
parenta7f08481352ea1c45091b681e990ccc513ae175f (diff)
Class to reduce printing of redundant candidate rewrites (#1588)
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 0006a8521..bcbe15192 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -387,6 +387,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/ceg_t_instantiator.h \
theory/quantifiers/conjecture_generator.cpp \
theory/quantifiers/conjecture_generator.h \
+ theory/quantifiers/dynamic_rewrite.cpp \
+ theory/quantifiers/dynamic_rewrite.h \
theory/quantifiers/equality_query.cpp \
theory/quantifiers/equality_query.h \
theory/quantifiers/equality_infer.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback