summaryrefslogtreecommitdiff
path: root/src/theory/arrays/kinds
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-19 11:17:27 -0500
committerGitHub <noreply@github.com>2018-09-19 11:17:27 -0500
commit4a0637be2548b2ee4c29873c045246cb36e8d122 (patch)
tree748b7728e39736ae22b8f5fcb71bb1bff3e77130 /src/theory/arrays/kinds
parentd7f70ffac0731b7ce5a9d9115e5a5a9717d9174f (diff)
Decision strategy: incorporate arrays. (#2495)
Diffstat (limited to 'src/theory/arrays/kinds')
-rw-r--r--src/theory/arrays/kinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arrays/kinds b/src/theory/arrays/kinds
index 2ae658e6b..1adbdb0b2 100644
--- a/src/theory/arrays/kinds
+++ b/src/theory/arrays/kinds
@@ -8,7 +8,7 @@ theory THEORY_ARRAYS ::CVC4::theory::arrays::TheoryArrays "theory/arrays/theory_
typechecker "theory/arrays/theory_arrays_type_rules.h"
properties polite stable-infinite parametric
-properties check propagate presolve getNextDecisionRequest
+properties check propagate presolve
rewriter ::CVC4::theory::arrays::TheoryArraysRewriter "theory/arrays/theory_arrays_rewriter.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback