summaryrefslogtreecommitdiff
path: root/src/theory/arrays/kinds
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-06-14 20:45:11 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-06-14 20:45:11 +0000
commit41bb6f0c0c4eed4011793bdb802dac68c1e73b04 (patch)
treeb8fe406381d9020054eba477b122e45e7fa52d05 /src/theory/arrays/kinds
parent4de93c75eb2e4d724c5c19749c81df92bde55154 (diff)
Adding array select/store to SMT v1 and v2 parsers
Diffstat (limited to 'src/theory/arrays/kinds')
-rw-r--r--src/theory/arrays/kinds2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arrays/kinds b/src/theory/arrays/kinds
index f27a49e4b..742b924c6 100644
--- a/src/theory/arrays/kinds
+++ b/src/theory/arrays/kinds
@@ -5,3 +5,5 @@
#
theory ::CVC4::theory::arrays::TheoryArrays "theory_arrays.h"
+operator SELECT 2 "array select"
+operator STORE 3 "array store"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback