added "slow";
authorwenzelm
Sat, 02 Sep 2000 21:51:32 +0200
changeset 9806 98bb27b84363
parent 9805 10b617bdd028
child 9807 64b7f756c8f0
added "slow";
src/Provers/classical.ML
--- a/src/Provers/classical.ML	Sat Sep 02 21:51:14 2000 +0200
+++ b/src/Provers/classical.ML	Sat Sep 02 21:51:32 2000 +0200
@@ -1176,6 +1176,7 @@
   ("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)"),
+  ("slow", cla_method' slow_tac, "classical prover (slow depth-first)"),
   ("best", cla_method' best_tac, "classical prover (best-first)"),
   ("safe", cla_method safe_tac, "classical prover (apply safe rules)")];