src/HOL/SMT/Examples/cert/z3_linarith_20
author wenzelm
Fri, 20 Nov 2009 15:48:36 +0100
changeset 33822 e332b08bf0f3
parent 33446 153a27370a42
permissions -rw-r--r--
provide standard isabelle make targets; slightly more accurate dependencies;

(benchmark Isabelle
:extrasorts ( T1)
:extrafuns (
  (uf_1 Real)
 )
:assumption (not (= uf_1 0.0))
:assumption (not (not (= (+ uf_1 uf_1) (* (ite (or (< 1.0 (ite (< uf_1 0.0) (~ uf_1) uf_1)) (not (< 1.0 (ite (< uf_1 0.0) (~ uf_1) uf_1)))) 4.0 2.0) uf_1))))
:formula true
)