src/HOL/SMT/Examples/cert/z3_prop_03
author wenzelm
Mon, 02 Nov 2009 19:56:06 +0100
changeset 33382 7d2c6e7f91bd
parent 33010 39f73a59e855
permissions -rw-r--r--
observe usual naming conventions;

(benchmark Isabelle
:extrasorts ( T1)
:extrapreds (
  (up_1)
 )
:assumption (not (iff (and up_1 true) up_1))
:formula true
)