summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-13 21:48:25 -0500
committerGitHub <noreply@github.com>2018-09-13 21:48:25 -0500
commit4a9a0dcb8b06e3fc917b642426140b044a64facd (patch)
treeaf90c7520f3dce3046f2d5fcd597fe8de76f41f0 /src/Makefile.am
parenteb7f6bf4eb7a84ce0e9c2f6578ce76ecab88d020 (diff)
Generalize CandidateRewriteDatabase to ExprMiner (#2340)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77fd455bb..a8edbf1fd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -470,6 +470,10 @@ libcvc4_la_SOURCES = \
theory/quantifiers/equality_query.h \
theory/quantifiers/equality_infer.cpp \
theory/quantifiers/equality_infer.h \
+ theory/quantifiers/expr_miner.cpp \
+ theory/quantifiers/expr_miner.h \
+ theory/quantifiers/expr_miner_manager.cpp \
+ theory/quantifiers/expr_miner_manager.h \
theory/quantifiers/extended_rewrite.cpp \
theory/quantifiers/extended_rewrite.h \
theory/quantifiers/first_order_model.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback