src/HOL/SMT/Examples/cert/z3_prop_06
author haftmann
Mon, 04 Jan 2010 14:09:56 +0100
changeset 34244 03f8dcab55f3
parent 33010 39f73a59e855
permissions -rw-r--r--
code cache without copy; tuned
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
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
:assumption (not (implies (or (and up_1 up_2) up_3) (or (implies up_1 (or (and up_3 up_2) (and up_1 up_3))) up_1)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     9
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
    10
)