src/HOL/SMT/Examples/cert/z3_prop_03
author boehmes
Tue, 03 Nov 2009 14:51:55 +0100
changeset 33418 1312e8337ce5
parent 33010 39f73a59e855
permissions -rw-r--r--
added a specific SMT exception captured by smt_tac (prevents the SMT method from failing with an exception), replaced unspecific 'error' invocations with raising of specific SMT exceptions, added annotations to traced SMT problem and solver output

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