summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/xs-09-16-3-4-1-5.delta05.smt
blob: 23e4ba01f1d93350457bb3acf4a810616287e10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(benchmark mathsat
:logic QF_UFLIA
:extrafuns ((select_format Int Int))
:extrafuns ((adr_lo Int))
:extrafuns ((arg1 Int))
:status unknown
:formula
(let (?n1 (select_format arg1))
(flet ($n2 (= ?n1 adr_lo))
(let (?n3 0)
(flet ($n4 (= adr_lo ?n3))
(let (?n5 1)
(let (?n6 (select_format ?n5))
(flet ($n7 (= adr_lo ?n6))
(flet ($n8 (or $n4 $n7))
(flet ($n9 (and $n2 $n8))
$n9
))))))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback