| author | wenzelm |
| Sat, 24 Oct 2009 19:22:39 +0200 | |
| changeset 33093 | d010f61d3702 |
| parent 33010 | 39f73a59e855 |
| permissions | -rw-r--r-- |
| 33010 | 1 |
(benchmark Isabelle |
2 |
:extrasorts ( T2 T1 T3) |
|
3 |
:extrafuns ( |
|
4 |
(uf_2 T1) |
|
5 |
(uf_3 T2) |
|
6 |
) |
|
7 |
:extrapreds ( |
|
8 |
(up_4 T1 T2) |
|
9 |
(up_1 T1 T2) |
|
10 |
) |
|
11 |
:assumption (not (or (iff (up_1 uf_2 uf_3) (and (up_4 uf_2 uf_3) true)) (or (iff (up_1 uf_2 uf_3) true) (iff (up_4 uf_2 uf_3) true)))) |
|
12 |
:formula true |
|
13 |
) |