| author | haftmann |
| Fri, 08 Jan 2010 14:34:18 +0100 | |
| changeset 34306 | e8b8ee60c1e2 |
| parent 34010 | ac78f5cdc430 |
| permissions | -rw-r--r-- |
| 33010 | 1 |
(benchmark Isabelle |
2 |
:extrasorts ( T1) |
|
3 |
:extrafuns ( |
|
|
34010
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
4 |
(uf_4 T1) |
| 33010 | 5 |
(uf_1 Int Int T1) |
|
34010
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
6 |
(uf_3 Int Int T1) |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
7 |
(uf_2 Int) |
| 33010 | 8 |
) |
|
34010
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
9 |
:assumption (not (distinct (uf_1 uf_2 3) (uf_3 3 uf_2))) |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
10 |
:assumption (forall (?x1 Int) (?x2 Int) (iff (= (uf_3 ?x1 ?x2) uf_4) (<= ?x1 ?x2))) |
|
ac78f5cdc430
faster preprocessing: before applying a step, test if it is applicable (normalization of binders, unfolding of abs/min/max definitions, lambda lifting, explicit application, monomorphization),
boehmes
parents:
33010
diff
changeset
|
11 |
:assumption (forall (?x3 Int) (?x4 Int) (iff (= (uf_1 ?x3 ?x4) uf_4) (< ?x3 ?x4))) |
| 33010 | 12 |
:formula true |
13 |
) |