comment modified
authorwebertj
Tue, 26 Jul 2005 14:14:13 +0200
changeset 16913 1d8a8d010e69
parent 16912 35b01ba73625
child 16914 e68528b4fc0b
comment modified
src/HOL/Tools/prop_logic.ML
--- a/src/HOL/Tools/prop_logic.ML	Tue Jul 26 12:40:52 2005 +0200
+++ b/src/HOL/Tools/prop_logic.ML	Tue Jul 26 14:14:13 2005 +0200
@@ -224,10 +224,11 @@
 
 (* ------------------------------------------------------------------------- *)
 (* Note: 'auxcnf' tends to use fewer variables and fewer clauses than        *)
-(*      'defcnf' below, but sometimes generates slightly larger SAT problems *)
+(*      'defcnf' below, but sometimes generates much larger SAT problems     *)
 (*      overall (hence it must sometimes generate longer clauses than        *)
 (*      'defcnf' does).  It is currently not quite clear to me if one of the *)
-(*      algorithms is clearly superior to the other.                         *)
+(*      algorithms is clearly superior to the other, but I suggest using     *)
+(*      'defcnf' instead.                                                    *)
 (* ------------------------------------------------------------------------- *)
 
 	(* prop_formula -> prop_formula *)