*** empty log message ***
authornipkow
Tue, 25 Feb 2003 19:08:15 +0100
changeset 13829 af0218406395
parent 13828 fb6ec40dd291
child 13830 7f8c1b533e8b
*** empty log message ***
NEWS
--- a/NEWS	Tue Feb 25 18:49:23 2003 +0100
+++ b/NEWS	Tue Feb 25 19:08:15 2003 +0100
@@ -37,6 +37,14 @@
 
   - The simplifier trace now shows the names of the applied rewrite rules
 
+  - You can limit the number of recursive invocations of the simplifier
+    during conditional rewriting (where the simplifie tries to solve the
+    conditions before applying the rewrite rule):
+    ML "simp_depth_limit := n"
+    where n is an integer. Thus you can force termination where previously
+    the simplifier would diverge.
+
+
 * Pure: New flag for triggering if the overall goal of a proof state should
 be printed:
    PG menu: Isabelle/Isar -> Settigs -> Show Main Goal