summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arrays/x2.smt
blob: c043e88b9d84e0e87ebc6601867cfe0a405d1231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(benchmark read5.smt
:logic QF_AX
:status unsat
:extrafuns ((a Index))
:extrafuns ((S Array))
:extrafuns ((SS Array))
:status unknown
:formula
(flet ($n1 (= S SS))
(let (?n2 (select S a))
(let (?n3 (store SS a ?n2))
(flet ($n4 (= S ?n3))
(flet ($n5 true)
(flet ($n6 (if_then_else $n1 $n4 $n5))
(flet ($n7 (not $n6))
$n7
))))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback