From 9a8d9420f03ba27fc5cbb9674b0c809ecc53e85e Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 4 Jul 2018 14:31:14 +0100 Subject: Reorganize candidate rewrite rule filtering (#2116) --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3