summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-09-30 06:35:12 -0500
committerGitHub <noreply@github.com>2017-09-30 06:35:12 -0500
commit59de53bf6fd95bcf1e51aeb1ea9ce3dc42af4357 (patch)
tree9052bd99ada3b9c322525612b62e8ed69b4ee034 /src/Makefile.am
parent935affd8f08fe48c0770bb8ff1b46e8221c27408 (diff)
SyGuS streaming solution mode (#1131)
* Refactor conjecture class in ce guided instantiation, move to own file. In preparation for sygus streaming mode. * Infrastructure for streaming guards, more cleanup. * Do explicit exclusion to move to next solution for sygus streaming option, now functional. More cleanup. * More cleanup, add comments. * Update comments * Optimizations for invariant synthesis. Fix corner case for single invocation inference, more encapsulation in single inv utility. Minor fix for variable elimination in quantifiers rewriter. * Fix makefile. * Cleanup. * Remove unused includes. * Minor
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 3a41b30ab..7b9a607a1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -350,6 +350,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/bv_inverter.h \
theory/quantifiers/candidate_generator.cpp \
theory/quantifiers/candidate_generator.h \
+ theory/quantifiers/ce_guided_conjecture.cpp \
+ theory/quantifiers/ce_guided_conjecture.h \
theory/quantifiers/ce_guided_instantiation.cpp \
theory/quantifiers/ce_guided_instantiation.h \
theory/quantifiers/ce_guided_single_inv.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback