src/HOL/SMT/Examples/cert/z3_nlarith_04
changeset 33010 39f73a59e855
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/SMT/Examples/cert/z3_nlarith_04	Tue Oct 20 10:11:30 2009 +0200
@@ -0,0 +1,11 @@
+(benchmark Isabelle
+:extrafuns (
+  (uf_1 Int)
+  (uf_3 Int)
+  (uf_5 Int)
+  (uf_4 Int)
+  (uf_2 Int)
+ )
+:assumption (not (= (+ (+ uf_1 (* (+ 1 uf_2) (+ uf_3 uf_4))) (* uf_2 uf_5)) (- (+ uf_1 (+ (+ (* (* 2 (+ 1 uf_2)) (+ uf_3 uf_4)) (* (+ 1 uf_2) uf_5)) (* uf_5 uf_2))) (* (+ 1 uf_2) (+ (+ uf_3 uf_5) uf_4)))))
+:formula true
+)