summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-04 14:31:14 +0100
committerAina Niemetz <aina.niemetz@gmail.com>2018-07-04 06:31:14 -0700
commit9a8d9420f03ba27fc5cbb9674b0c809ecc53e85e (patch)
tree73b0b5ca75435c2816f5bf0c93144e269450bc18 /src/Makefile.am
parent714ede2487fb58ea46858380eecfff72c2e2d4ac (diff)
Reorganize candidate rewrite rule filtering (#2116)
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 b5da564cf..917fc6ef3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -393,6 +393,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/bv_inverter.h \
theory/quantifiers/candidate_rewrite_database.cpp \
theory/quantifiers/candidate_rewrite_database.h \
+ theory/quantifiers/candidate_rewrite_filter.cpp \
+ theory/quantifiers/candidate_rewrite_filter.h \
theory/quantifiers/cegqi/ceg_instantiator.cpp \
theory/quantifiers/cegqi/ceg_instantiator.h \
theory/quantifiers/cegqi/ceg_arith_instantiator.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback