summaryrefslogtreecommitdiff
path: root/src/theory/bv/Makefile.am
diff options
context:
space:
mode:
authorLiana Hadarean <lianahady@gmail.com>2012-05-15 18:53:54 +0000
committerLiana Hadarean <lianahady@gmail.com>2012-05-15 18:53:54 +0000
commitfe2088f892af594765fc50d8cc9f2b4f87286b7c (patch)
treee534946f9db34b08fc3d735a9bdbb6ed12bedcd1 /src/theory/bv/Makefile.am
parentb02668006e454bb1d86319b0433cc553a1f00bd8 (diff)
renamed bv_sat.h, bv_sat.cpp to bitblaster.h, bitblaster.cpp respectively
Diffstat (limited to 'src/theory/bv/Makefile.am')
-rw-r--r--src/theory/bv/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/Makefile.am b/src/theory/bv/Makefile.am
index af760e520..3bb7e3056 100644
--- a/src/theory/bv/Makefile.am
+++ b/src/theory/bv/Makefile.am
@@ -9,8 +9,8 @@ noinst_LTLIBRARIES = libbv.la
libbv_la_SOURCES = \
theory_bv_utils.h \
- bv_sat.h \
- bv_sat.cpp \
+ bitblaster.h \
+ bitblaster.cpp \
bitblast_strategies.h \
bitblast_strategies.cpp \
theory_bv.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback