summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPaulMeng <baolmeng@gmail.com>2016-02-09 14:51:44 -0600
committerPaulMeng <baolmeng@gmail.com>2016-02-09 14:51:44 -0600
commit371c0799fa38452c2186efd268c73a42c282c96e (patch)
treea2cce6952fd878532810c8db8721399bc5fa4c3b /src/Makefile.am
parent2dd6292b73e4e19be2e261c7fe5664bd2b0149bd (diff)
- extend cvc4 frontend parser to accept relational operators (product,
join, transpose, transitive closure) - added a finite relations module to collect all relational terms in EE
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 4f2998e7a..040be7fae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -255,6 +255,8 @@ libcvc4_la_SOURCES = \
theory/sets/theory_sets.h \
theory/sets/theory_sets_private.cpp \
theory/sets/theory_sets_private.h \
+ theory/sets/theory_sets_rels.cpp \
+ theory/sets/theory_sets_rels.h \
theory/sets/theory_sets_rewriter.cpp \
theory/sets/theory_sets_rewriter.h \
theory/sets/theory_sets_type_enumerator.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback