summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-06-28 10:43:08 -0500
committerGitHub <noreply@github.com>2018-06-28 10:43:08 -0500
commitd83f8bebccffdb677652706f4eb3a2fff056587c (patch)
tree837f840e1506f2ac21e90d8b3dbb1feba8b83e1e /src/Makefile.am
parentbf40a0811328e294d98c07cf137f557aea68bdc8 (diff)
Split and document ceg theory instantiators (#2094)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b81d93081..b60cede21 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -391,8 +391,14 @@ libcvc4_la_SOURCES = \
theory/quantifiers/candidate_rewrite_database.h \
theory/quantifiers/cegqi/ceg_instantiator.cpp \
theory/quantifiers/cegqi/ceg_instantiator.h \
- theory/quantifiers/cegqi/ceg_t_instantiator.cpp \
- theory/quantifiers/cegqi/ceg_t_instantiator.h \
+ theory/quantifiers/cegqi/ceg_arith_instantiator.cpp \
+ theory/quantifiers/cegqi/ceg_arith_instantiator.h \
+ theory/quantifiers/cegqi/ceg_bv_instantiator.cpp \
+ theory/quantifiers/cegqi/ceg_bv_instantiator.h \
+ theory/quantifiers/cegqi/ceg_dt_instantiator.cpp \
+ theory/quantifiers/cegqi/ceg_dt_instantiator.h \
+ theory/quantifiers/cegqi/ceg_epr_instantiator.cpp \
+ theory/quantifiers/cegqi/ceg_epr_instantiator.h \
theory/quantifiers/cegqi/inst_strategy_cbqi.cpp \
theory/quantifiers/cegqi/inst_strategy_cbqi.h \
theory/quantifiers/conjecture_generator.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback