updated NEWS
authorboehmes
Thu, 01 Jan 2015 11:08:47 +0100
changeset 59216 436b7b0c94f6
parent 59215 35c13f4995b1
child 59217 839f4d1a7467
updated NEWS
NEWS
--- a/NEWS	Mon Dec 29 22:14:13 2014 +0100
+++ b/NEWS	Thu Jan 01 11:08:47 2015 +0100
@@ -160,7 +160,7 @@
 
 * Old and new SMT modules:
   - The old 'smt' method has been renamed 'old_smt' and moved to
-    'src/HOL/Library/Old_SMT.thy'. It provided for compatibility, until
+    'src/HOL/Library/Old_SMT.thy'. It is provided for compatibility, until
     applications have been ported to use the new 'smt' method. For the
     method to work, an older version of Z3 (e.g. Z3 3.2 or 4.0) must be
     installed, and the environment variable "OLD_Z3_SOLVER" must point to
@@ -168,6 +168,10 @@
     INCOMPATIBILITY.
   - The 'smt2' method has been renamed 'smt'.
     INCOMPATIBILITY.
+  - New option 'smt_reconstruction_step_timeout' to limit the reconstruction
+    time of Z3 proof steps in the new 'smt' method.
+  - New option 'smt_statistics' to display statistics of the new 'smt'
+    method, especially runtime statistics of Z3 proof reconstruction.
 
 * List: renamed drop_Suc_conv_tl and nth_drop' to Cons_nth_drop_Suc