summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-17 15:19:25 -0600
committerGitHub <noreply@github.com>2017-11-17 15:19:25 -0600
commita7524f1f72c324dae36bd4a461d31e5e26fdca15 (patch)
tree127edbc15c8feee41ad99382a4343c2788f91aef /src/Makefile.am
parent40b04572d72ed5c46b85ec3cd06e5654efaa6d33 (diff)
(Refactor) Document and clean single invocation partition. (#1364)
* Documenting single invocation partiion. * More * More encapsulation. * More, documentation complete. * Split to own file. * Format * Fully encapsulate. * Format * Improvements to doc. * Format * Address * Format * Missed comment * Newline * Address * Format
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 75fdd32ae..acd94a90a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -433,6 +433,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/relevant_domain.h \
theory/quantifiers/rewrite_engine.cpp \
theory/quantifiers/rewrite_engine.h \
+ theory/quantifiers/single_inv_partition.cpp \
+ theory/quantifiers/single_inv_partition.h \
theory/quantifiers/skolemize.cpp \
theory/quantifiers/skolemize.h \
theory/quantifiers/sygus_explain.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback