new sat tactic
authorwebertj
Fri, 23 Sep 2005 23:28:59 +0200
changeset 17619 026f7bbc8a0f
parent 17618 1330157e156a
child 17620 49568e5e0450
new sat tactic
NEWS
--- a/NEWS	Fri Sep 23 22:58:50 2005 +0200
+++ b/NEWS	Fri Sep 23 23:28:59 2005 +0200
@@ -392,6 +392,9 @@
 fragment of HOL, including axiomatic type classes, constdefs and
 typedefs, inductive datatypes and recursion.
 
+* New tactic 'sat' to prove propositional tautologies.  Requires
+zChaff with proof generation to be installed.
+
 * Datatype induction via method 'induct' now preserves the name of the
 induction variable. For example, when proving P(xs::'a list) by
 induction on xs, the induction step is now P(xs) ==> P(a#xs) rather