summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2018-04-25 11:54:23 -0700
committerGitHub <noreply@github.com>2018-04-25 11:54:23 -0700
commita2df47ad560843301ba98c79f1f0fe5d6091c0ae (patch)
tree8c2683dab7f7f856aebdf05fe439481358fd5f98 /src/Makefile.am
parent6445c3dbf5fed9fa32426f041061234b5ac407f7 (diff)
Refactor bv-to-bool and bool-to-bv preprocessing passes (#1788)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b364129f..289ed11d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,6 +68,10 @@ libcvc4_la_SOURCES = \
preprocessing/passes/int_to_bv.h \
preprocessing/passes/pseudo_boolean_processor.cpp \
preprocessing/passes/pseudo_boolean_processor.h \
+ preprocessing/passes/bool_to_bv.cpp \
+ preprocessing/passes/bool_to_bv.h \
+ preprocessing/passes/bv_to_bool.cpp \
+ preprocessing/passes/bv_to_bool.h \
preprocessing/passes/symmetry_detect.cpp \
preprocessing/passes/symmetry_detect.h \
preprocessing/preprocessing_pass.cpp \
@@ -322,8 +326,6 @@ libcvc4_la_SOURCES = \
theory/bv/bv_subtheory_core.h \
theory/bv/bv_subtheory_inequality.cpp \
theory/bv/bv_subtheory_inequality.h \
- theory/bv/bv_to_bool.cpp \
- theory/bv/bv_to_bool.h \
theory/bv/bvintropow2.cpp \
theory/bv/bvintropow2.h \
theory/bv/slicer.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback