src/HOL/SMT/Examples/cert/z3_bv_arith_09
author hoelzl
Thu, 07 Jan 2010 17:43:35 +0100
changeset 34290 1edf0f223c6e
parent 33010 39f73a59e855
permissions -rw-r--r--
added syntax translation to automatically add finite typeclass to index type of cartesian product type

(benchmark Isabelle
:extrafuns (
  (uf_1 BitVec[32])
  (uf_2 BitVec[32])
  (uf_3 BitVec[32])
 )
:assumption (not (= (bvsub (bvadd (bvadd uf_1 (bvmul bv2[32] uf_2)) uf_3) uf_2) (bvadd (bvadd uf_2 uf_3) uf_1)))
:formula true
)