summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug167.smt
blob: 075cf39142f7ebdbb0c7251cb502e95c89e43230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(benchmark tta_startup
:logic QF_LRA
:extrafuns ((x_62 Real))
:extrafuns ((x_63 Real))
:extrafuns ((x_65 Real))
:extrafuns ((x_22 Real))
:extrafuns ((x_21 Real))
:extrafuns ((x_53 Real))
:extrafuns ((x_54 Real))
:status sat
:formula
(and
 (= x_54 (ite (= 2 x_53) x_22 x_21))
 (or (= 4 x_65) (= 3 x_65) (= 2 x_65) (= 1 x_65))
 (or (= 4 x_63) (= 1 x_63))
 (<= x_62 4)
 (or (= 1 x_62) (= 4 x_62))
)
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback