summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-02-11 13:10:11 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-02-11 13:10:11 +0100
commit2f930be0eb2d0ea7b8f96448dc2e353927a79b5c (patch)
tree77ad19a8fbf0884d49018b55221e3d349a3e3b6f /src/Makefile.am
parent363e4c378f0bc9598a93c80bce9ecaebca2efdd1 (diff)
Move si solution reconstruction to own file, make more robust. Other refactoring.
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 4ae3c16f8..60f3bc7c2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -329,6 +329,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/ce_guided_instantiation.cpp \
theory/quantifiers/ce_guided_single_inv.h \
theory/quantifiers/ce_guided_single_inv.cpp \
+ theory/quantifiers/ce_guided_single_inv_sol.h \
+ theory/quantifiers/ce_guided_single_inv_sol.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