summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-20 17:46:13 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-20 17:46:13 -0500
commit2c7f0cad036c8b53238e5f273df608bf57eb78a7 (patch)
treec8291b5786b46035fb768359127724b4b4343d05 /src/Makefile.am
parent374fc2396a4f4338ade7ea0fb958e26c9e3bb982 (diff)
Refactor, separate theory-specific counterexample-guided instantiation.
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 235d20deb..f5e3776e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -364,6 +364,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/quant_equality_engine.cpp \
theory/quantifiers/ceg_instantiator.h \
theory/quantifiers/ceg_instantiator.cpp \
+ theory/quantifiers/ceg_t_instantiator.h \
+ theory/quantifiers/ceg_t_instantiator.cpp \
theory/quantifiers/quant_split.h \
theory/quantifiers/quant_split.cpp \
theory/quantifiers/anti_skolem.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback