added "safe" method;
authorwenzelm
Fri, 01 Sep 2000 00:31:39 +0200
changeset 9773 c5024f705d24
parent 9772 c07777210a69
child 9774 e745a418e6a5
added "safe" method;
src/Provers/classical.ML
--- a/src/Provers/classical.ML	Fri Sep 01 00:31:08 2000 +0200
+++ b/src/Provers/classical.ML	Fri Sep 01 00:31:39 2000 +0200
@@ -1176,7 +1176,8 @@
   ("elim", Method.thms_ctxt_args elim, "repeatedly apply elimination rules"),
   ("clarify", cla_method' clarify_tac, "repeatedly apply safe steps"),
   ("fast", cla_method' fast_tac, "classical prover (depth-first)"),
-  ("best", cla_method' best_tac, "classical prover (best-first)")];
+  ("best", cla_method' best_tac, "classical prover (best-first)"),
+  ("safe", cla_method safe_tac, "classical prover (apply safe rules)")];