summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-18 10:26:36 -0500
committerGitHub <noreply@github.com>2018-09-18 10:26:36 -0500
commitfa557c39a89a2c8de198ea0400e6936c1790ad4e (patch)
treef1b2ff7512b3aec3a06d5a879dc930e559ae172e /src/Makefile.am
parentd718da758b27c2824d2aff44faf71971133217ab (diff)
Move and rename sygus solver classes (#2488)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bdba671ca..77cfccda5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -532,10 +532,6 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/cegis.h \
theory/quantifiers/sygus/cegis_unif.cpp \
theory/quantifiers/sygus/cegis_unif.h \
- theory/quantifiers/sygus/ce_guided_conjecture.cpp \
- theory/quantifiers/sygus/ce_guided_conjecture.h \
- theory/quantifiers/sygus/ce_guided_instantiation.cpp \
- theory/quantifiers/sygus/ce_guided_instantiation.h \
theory/quantifiers/sygus/ce_guided_single_inv.cpp \
theory/quantifiers/sygus/ce_guided_single_inv.h \
theory/quantifiers/sygus/sygus_pbe.cpp \
@@ -568,6 +564,10 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/sygus_unif_rl.h \
theory/quantifiers/sygus/sygus_unif_strat.cpp \
theory/quantifiers/sygus/sygus_unif_strat.h \
+ theory/quantifiers/sygus/synth_conjecture.cpp \
+ theory/quantifiers/sygus/synth_conjecture.h \
+ theory/quantifiers/sygus/synth_engine.cpp \
+ theory/quantifiers/sygus/synth_engine.h \
theory/quantifiers/sygus/term_database_sygus.cpp \
theory/quantifiers/sygus/term_database_sygus.h \
theory/quantifiers/sygus_sampler.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback