summaryrefslogtreecommitdiff
path: root/src/theory/bv/kinds
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-28 01:10:16 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-28 01:10:16 +0000
commitcf287f593931a1c4fc141e18845b4c5d36879889 (patch)
tree4dad0f555b7db01fbeedcd9eace394cd8f7a0fb4 /src/theory/bv/kinds
parentb7b1c1d99ffa333704af2c8ecd60b1af8833a28b (diff)
Improved compatibility layer, now supports quantifiers. Also incorporates
numerous bugfixes, and the cvc3 system test is enabled.
Diffstat (limited to 'src/theory/bv/kinds')
-rw-r--r--src/theory/bv/kinds5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/bv/kinds b/src/theory/bv/kinds
index 765f6bc59..65500fe91 100644
--- a/src/theory/bv/kinds
+++ b/src/theory/bv/kinds
@@ -31,6 +31,11 @@ enumerator BITVECTOR_TYPE \
"::CVC4::theory::bv::BitVectorEnumerator" \
"theory/bv/type_enumerator.h"
+well-founded BITVECTOR_TYPE \
+ true \
+ "(*CVC4::theory::TypeEnumerator(%TYPE%))" \
+ "theory/type_enumerator.h"
+
operator BITVECTOR_CONCAT 2: "bit-vector concatenation"
operator BITVECTOR_AND 2: "bitwise and"
operator BITVECTOR_OR 2: "bitwise or"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback