src/HOL/SMT/Examples/cert/z3_prop_08
author boehmes
Tue, 20 Oct 2009 10:11:30 +0200
changeset 33010 39f73a59e855
permissions -rw-r--r--
added proof reconstructon for Z3, added certificates for simpler re-checking of proofs (no need to invoke external solvers), added examples and certificates for all examples, removed Unsynchronized.ref (in smt_normalize.ML)
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
:extrasorts ( T1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
:extrapreds (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
  (up_1)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
  (up_2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
  (up_3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
  (up_4)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
  (up_5)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     9
  (up_6)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    10
  (up_8)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    11
  (up_9)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    12
  (up_7)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    13
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    14
:assumption (or up_1 (or up_2 (or up_3 up_4)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    15
:assumption (or up_5 (or up_6 (and up_1 up_4)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    16
:assumption (or (not (or up_1 (and up_3 (not up_3)))) up_2)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    17
:assumption (or (not (and up_2 (or up_7 (not up_7)))) up_3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    18
:assumption (or (not (or up_4 false)) up_3)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    19
:assumption (not (or up_3 (and (not up_8) (or up_8 (and up_9 (not up_9))))))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    20
:assumption (not false)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    21
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    22
)