summaryrefslogtreecommitdiff
path: root/src/theory/arrays/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/arrays/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/arrays/kinds')
-rw-r--r--src/theory/arrays/kinds7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/theory/arrays/kinds b/src/theory/arrays/kinds
index 986654cd3..3850fab98 100644
--- a/src/theory/arrays/kinds
+++ b/src/theory/arrays/kinds
@@ -15,9 +15,12 @@ rewriter ::CVC4::theory::arrays::TheoryArraysRewriter "theory/arrays/theory_arra
operator ARRAY_TYPE 2 "array type"
cardinality ARRAY_TYPE \
- "::CVC4::theory::arrays::CardinalityComputer::computeCardinality(%TYPE%)" \
+ "::CVC4::theory::arrays::ArraysProperties::computeCardinality(%TYPE%)" \
+ "theory/arrays/theory_arrays_type_rules.h"
+well-founded ARRAY_TYPE \
+ "::CVC4::theory::arrays::ArraysProperties::isWellFounded(%TYPE%)" \
+ "::CVC4::theory::arrays::ArraysProperties::mkGroundTerm(%TYPE%)" \
"theory/arrays/theory_arrays_type_rules.h"
-well-founded ARRAY_TYPE false
enumerator ARRAY_TYPE \
"::CVC4::theory::arrays::ArrayEnumerator" \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback