Added "evaluation" method.
authorberghofe
Mon, 12 Jun 2006 17:16:03 +0200
changeset 19855 ee5cd747c10a
parent 19854 9c1732a66b0b
child 19856 7408a891424e
Added "evaluation" method.
NEWS
--- a/NEWS	Mon Jun 12 15:58:12 2006 +0200
+++ b/NEWS	Mon Jun 12 17:16:03 2006 +0200
@@ -456,6 +456,10 @@
 * Library: added theory AssocList which implements (finite) maps as
 association lists.
 
+* New proof method "evaluation" for efficiently solving a goal
+  (i.e. a boolean expression) by compiling it to ML. The goal is
+  "proved" (via the oracle "Evaluation") if it evaluates to True.
+
 
 *** HOL-Complex ***