src/HOL/SMT/Examples/cert/z3_bv_bit_15
author wenzelm
Fri, 20 Nov 2009 15:48:36 +0100
changeset 33822 e332b08bf0f3
parent 33010 39f73a59e855
permissions -rw-r--r--
provide standard isabelle make targets; slightly more accurate dependencies;
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_1 BitVec[16])
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
:assumption (bvult uf_1 bv256[16])
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
:assumption (not (= (bvand uf_1 bv255[16]) uf_1))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     8
)