summaryrefslogtreecommitdiff
path: root/src/theory/bv/Makefile.am
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-03-22 21:45:31 +0000
committerLiana Hadarean <lianahady@gmail.com>2012-03-22 21:45:31 +0000
commitc0324db3ac7e5984c632f46690f58c333b9a42b2 (patch)
tree7a9a83b7dc1f929d4eb3de06b59ed6ff7b7f43bd /src/theory/bv/Makefile.am
parent8c4495b18e40a406be35baceaf473878bcc375f1 (diff)
Merged updated version of the bitvector theory:
* added simplification rewrites
Diffstat (limited to 'src/theory/bv/Makefile.am')
-rw-r--r--src/theory/bv/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/bv/Makefile.am b/src/theory/bv/Makefile.am
index 1b8e902e0..af760e520 100644
--- a/src/theory/bv/Makefile.am
+++ b/src/theory/bv/Makefile.am
@@ -17,7 +17,10 @@ libbv_la_SOURCES = \
theory_bv.cpp \
theory_bv_rewrite_rules.h \
theory_bv_rewrite_rules_core.h \
- theory_bv_rewrite_rules_arith.h \
+ theory_bv_rewrite_rules_operator_elimination.h \
+ theory_bv_rewrite_rules_constant_evaluation.h \
+ theory_bv_rewrite_rules_normalization.h \
+ theory_bv_rewrite_rules_simplification.h \
theory_bv_type_rules.h \
theory_bv_rewriter.h \
theory_bv_rewriter.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback