summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-10-26 16:23:58 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-10-26 16:23:58 -0500
commit031722bee8682005bd4c8700ef78b5f893fc48fe (patch)
tree46a936a1bd20ea2cc588df0d3205cf7eb0fd4177 /src/Makefile.am
parente79e64329ce7d6df0003cab28dadb9b8bcc6f9ca (diff)
New implementation of sets+cardinality. Merge Paul Meng's relation solver as extension of sets solver, add regressions.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f5e3776e5..6117ca057 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -259,10 +259,7 @@ libcvc4_la_SOURCES = \
theory/datatypes/theory_datatypes.cpp \
theory/datatypes/datatypes_sygus.h \
theory/datatypes/datatypes_sygus.cpp \
- theory/sets/expr_patterns.h \
theory/sets/normal_form.h \
- theory/sets/scrutinize.h \
- theory/sets/term_info.h \
theory/sets/theory_sets.cpp \
theory/sets/theory_sets.h \
theory/sets/theory_sets_private.cpp \
@@ -271,6 +268,9 @@ libcvc4_la_SOURCES = \
theory/sets/theory_sets_rewriter.h \
theory/sets/theory_sets_type_enumerator.h \
theory/sets/theory_sets_type_rules.h \
+ theory/sets/theory_sets_rels.cpp \
+ theory/sets/theory_sets_rels.h \
+ theory/sets/rel_utils.h \
theory/strings/theory_strings.h \
theory/strings/theory_strings.cpp \
theory/strings/theory_strings_rewriter.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback