summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-02-02 17:42:31 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-02-02 17:42:31 +0100
commit8deb9d980d7b0e281a0190539b756896a487c451 (patch)
treece0bfe29b53cc16c8854fa6833f2dda3b9122c6f /src/Makefile.am
parent6d37c136a251b957197269aeb389a9f1ae07e620 (diff)
Single invocation module for counterexample guided quantifier instantiation --cegqi-si. Minor improvements to syntax-guided case, refactoring. Do not apply exhaustive tester inference for sygus datatypes.
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 184ef5d56..4ae3c16f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -327,6 +327,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/conjecture_generator.cpp \
theory/quantifiers/ce_guided_instantiation.h \
theory/quantifiers/ce_guided_instantiation.cpp \
+ theory/quantifiers/ce_guided_single_inv.h \
+ theory/quantifiers/ce_guided_single_inv.cpp \
theory/quantifiers/local_theory_ext.h \
theory/quantifiers/local_theory_ext.cpp \
theory/quantifiers/fun_def_process.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback