src/HOL/SMT/Examples/cert/z3_linarith_16
author boehmes
Thu, 03 Dec 2009 15:56:06 +0100
changeset 34010 ac78f5cdc430
parent 33010 39f73a59e855
permissions -rw-r--r--
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), custom-made (top-down) atomize_conv, store predicate and function symbols in a table instead of a list for faster lookup, updated certificates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     1
(benchmark Isabelle
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     2
:extrafuns (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
  (uf_3 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
  (uf_2 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
  (uf_1 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
  (uf_4 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
  (uf_5 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
  (uf_6 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     9
  (uf_7 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    10
  (uf_8 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    11
  (uf_9 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    12
  (uf_10 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    13
  (uf_11 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    14
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    15
:assumption (= uf_1 (- (ite (< uf_2 0) (~ uf_2) uf_2) uf_3))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    16
:assumption (= uf_4 (- (ite (< uf_1 0) (~ uf_1) uf_1) uf_2))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    17
:assumption (= uf_5 (- (ite (< uf_4 0) (~ uf_4) uf_4) uf_1))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    18
:assumption (= uf_6 (- (ite (< uf_5 0) (~ uf_5) uf_5) uf_4))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    19
:assumption (= uf_7 (- (ite (< uf_6 0) (~ uf_6) uf_6) uf_5))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    20
:assumption (= uf_8 (- (ite (< uf_7 0) (~ uf_7) uf_7) uf_6))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    21
:assumption (= uf_9 (- (ite (< uf_8 0) (~ uf_8) uf_8) uf_7))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    22
:assumption (= uf_10 (- (ite (< uf_9 0) (~ uf_9) uf_9) uf_8))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    23
:assumption (= uf_11 (- (ite (< uf_10 0) (~ uf_10) uf_10) uf_9))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    24
:assumption (not (and (= uf_3 uf_10) (= uf_2 uf_11)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    25
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    26
)