summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-04-10 18:52:54 -0700
committerGitHub <noreply@github.com>2018-04-10 18:52:54 -0700
commit6b5b926f28b66c3812d77fd234e93b9eee03f71f (patch)
treed742dcc4ce4176e874ac4ca7b2541fc06b47630c /src/Makefile.am
parente5d09628376cc101cbd3646dd64041170dacb402 (diff)
Refactored BVGauss preprocessing pass. (#1766)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b33c0586f..67e105089 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -64,6 +64,8 @@ libcvc4_la_SOURCES = \
decision/justification_heuristic.h \
preprocessing/passes/int_to_bv.cpp \
preprocessing/passes/int_to_bv.h \
+ preprocessing/passes/bv_gauss.cpp \
+ preprocessing/passes/bv_gauss.h \
preprocessing/preprocessing_pass.cpp \
preprocessing/preprocessing_pass.h \
preprocessing/preprocessing_pass_context.cpp \
@@ -320,8 +322,6 @@ libcvc4_la_SOURCES = \
theory/bv/bv_subtheory_inequality.h \
theory/bv/bv_to_bool.cpp \
theory/bv/bv_to_bool.h \
- theory/bv/bvgauss.cpp \
- theory/bv/bvgauss.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