summaryrefslogtreecommitdiff
path: root/src/theory/bv/Makefile.am
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-03-18 19:10:47 -0400
committerlianah <lianahady@gmail.com>2013-03-18 19:10:47 -0400
commitb7054f0e092f54c9e385f4b55a81173602b74b42 (patch)
tree3d0d81d72f768773d055ed9667a72c2067ea297c /src/theory/bv/Makefile.am
parent25ac2c8f4b45e2b299895e97a30790fbf46cf79f (diff)
more work on inequality reasoning for bv
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 686cc7e83..419acf6ba 100644
--- a/src/theory/bv/Makefile.am
+++ b/src/theory/bv/Makefile.am
@@ -13,12 +13,12 @@ libbv_la_SOURCES = \
bitblaster.h \
bitblaster.cpp \
bv_subtheory.h \
- bv_subtheory_eq.h \
- bv_subtheory_eq.cpp \
bv_subtheory_core.h \
bv_subtheory_core.cpp \
bv_subtheory_bitblast.h \
bv_subtheory_bitblast.cpp \
+ bv_subtheory_inequality.h \
+ bv_subtheory_inequality.cpp \
bitblast_strategies.h \
bitblast_strategies.cpp \
slicer.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback