summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arr2.smt
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-07-07 21:55:11 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-07-07 21:55:11 +0000
commit5b4b7727433f06c1788647b08e7da1ee1cc37bc9 (patch)
tree065c5cf1f4257bf6e406336f0c57367055ffddf9 /test/regress/regress0/arr2.smt
parent97eb2d77fddb9c690cc2ebc2caff98d62467b671 (diff)
Shared term manager tested and working
It is currently tracking all asserted equalities for simplicity. Might want to check if this is a performance hit
Diffstat (limited to 'test/regress/regress0/arr2.smt')
-rw-r--r--test/regress/regress0/arr2.smt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress0/arr2.smt b/test/regress/regress0/arr2.smt
new file mode 100644
index 000000000..213660c0a
--- /dev/null
+++ b/test/regress/regress0/arr2.smt
@@ -0,0 +1,7 @@
+(benchmark simple_arr
+ :logic QF_AX
+ :status unsat
+ :extrafuns ((a Array))
+ :extrafuns ((i1 Index) (i2 Index) (i3 Index))
+ :formula (not (implies (and (= i1 i2) (= i2 i3)) (= (select a i1) (select a i3))))
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback