src/HOL/SMT/Examples/cert/z3_linarith_08
author wenzelm
Mon, 23 Nov 2009 22:35:54 +0100
changeset 33872 04c560b4ebc1
parent 33010 39f73a59e855
permissions -rw-r--r--
added command 'ProofGeneral.pr' for PG 4.0;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33010
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     1
(benchmark Isabelle
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     2
:extrafuns (
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     3
  (uf_1 Int)
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     4
 )
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     5
:assumption (not (or (<= 4 (+ uf_1 3)) (< uf_1 1)))
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     6
:formula true
39f73a59e855 added proof reconstructon for Z3,
boehmes
parents:
diff changeset
     7
)