summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-03 20:29:26 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-04-03 18:29:26 -0700
commiteaebc10c50ca44644edd430ed3f555092a0fb27a (patch)
treee1944b5c0a2e9fbb38beb2f308009b563ab4a2bd /src/Makefile.am
parentfee2021bb7419630853cbd0b20afa1af5e2eb1e9 (diff)
Option to turn arbitrary input into sygus (#1704)
Preprocessing pass that turns an arbitrary (e.g. smt2) input into a sygus conjecture, which is helpful for Horn clause solving. This includes improvements to the robustness of the sygus solver.
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 b1d7febbb..8aa06e82f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -483,6 +483,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/sygus_unif_strat.h \
theory/quantifiers/sygus/term_database_sygus.cpp \
theory/quantifiers/sygus/term_database_sygus.h \
+ theory/quantifiers/sygus_inference.cpp \
+ theory/quantifiers/sygus_inference.h \
theory/quantifiers/sygus_sampler.cpp \
theory/quantifiers/sygus_sampler.h \
theory/quantifiers/symmetry_breaking.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback