summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-21 14:09:12 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-05-21 22:09:12 +0300
commitcaf65a13994dc1d39cc31a8cea76c6a7fddb338c (patch)
tree2c52e2a6b9a06be048d111d267923778d9789c39 /src/Makefile.am
parentc975ef8d15438e151f94a0a7f3d1adb6ac7918dc (diff)
Refactor sygus eval unfold (#1946)
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 569bc3c48..aa4487c42 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -481,6 +481,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/sygus_pbe.h \
theory/quantifiers/sygus/ce_guided_single_inv_sol.cpp \
theory/quantifiers/sygus/ce_guided_single_inv_sol.h \
+ theory/quantifiers/sygus/sygus_eval_unfold.cpp \
+ theory/quantifiers/sygus/sygus_eval_unfold.h \
theory/quantifiers/sygus/sygus_explain.cpp \
theory/quantifiers/sygus/sygus_explain.h \
theory/quantifiers/sygus/sygus_invariance.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback