summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-23 13:33:12 -0500
committerGitHub <noreply@github.com>2018-03-23 13:33:12 -0500
commit4f506ac50e43a71a92094a478deeaa2c2cd1df4a (patch)
tree0b79c617f63a07e2da75de63312240c808855488 /src/Makefile.am
parentd95e5257f452d765aa67931f0b2af7b178f2e986 (diff)
Minor reorganization for ematching (#1701)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c6f8a7ad1..6395a70bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -366,8 +366,6 @@ libcvc4_la_SOURCES = \
theory/quantifiers/anti_skolem.h \
theory/quantifiers/bv_inverter.cpp \
theory/quantifiers/bv_inverter.h \
- theory/quantifiers/candidate_generator.cpp \
- theory/quantifiers/candidate_generator.h \
theory/quantifiers/cegqi/ceg_instantiator.cpp \
theory/quantifiers/cegqi/ceg_instantiator.h \
theory/quantifiers/cegqi/ceg_t_instantiator.cpp \
@@ -378,6 +376,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/conjecture_generator.h \
theory/quantifiers/dynamic_rewrite.cpp \
theory/quantifiers/dynamic_rewrite.h \
+ theory/quantifiers/ematching/candidate_generator.cpp \
+ theory/quantifiers/ematching/candidate_generator.h \
theory/quantifiers/ematching/ho_trigger.cpp \
theory/quantifiers/ematching/ho_trigger.h \
theory/quantifiers/ematching/inst_match_generator.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback