summaryrefslogtreecommitdiff
path: root/src/theory/bv/kinds
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/kinds')
-rw-r--r--src/theory/bv/kinds6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/bv/kinds b/src/theory/bv/kinds
index ba8fc4efd..f1b926d24 100644
--- a/src/theory/bv/kinds
+++ b/src/theory/bv/kinds
@@ -6,6 +6,12 @@
theory ::CVC4::theory::bv::TheoryBV "theory_bv.h"
+constant BITVECTOR_TYPE \
+ ::CVC4::BitVectorSize \
+ "::CVC4::UnsignedHashStrategy< ::CVC4::BitVectorSize >" \
+ "util/bitvector.h" \
+ "bit-vector type"
+
constant BITVECTOR_CONST \
::CVC4::BitVector \
::CVC4::BitVectorHashStrategy \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback