src/HOL/SMT/Examples/cert/z3_linarith_19
author boehmes
Thu, 05 Nov 2009 15:24:49 +0100
changeset 33446 153a27370a42
permissions -rw-r--r--
handle let expressions inside terms by unfolding (instead of raising an exception), added examples to test this feature

(benchmark Isabelle
:extrafuns (
  (uf_1 Int)
 )
:assumption (not (< (+ uf_1 (+ (mod uf_1 2) (mod uf_1 2))) (+ uf_1 3)))
:formula true
)