tweak E slices
authorblanchet
Fri, 13 May 2011 10:10:43 +0200
changeset 42779 7b14bafe6778
parent 42778 896aaab98563
child 42780 be6164bc9744
tweak E slices
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Fri May 13 10:10:43 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Fri May 13 10:10:43 2011 +0200
@@ -222,7 +222,7 @@
      (* FUDGE *)
      if effective_e_weight_method ctxt = e_slicesN then
        [(0.333, (true, (100, ["mangled_preds?"]))) (* sym_offset_weight *),
-        (0.333, (true, (1000, ["mangled_preds?"]))) (* auto *),
+        (0.333, (true, (800, ["poly_tags!"]))) (* auto *),
         (0.334, (true, (200, ["mangled_preds?"]))) (* fun_weight *)]
      else
        [(1.0, (true, (250, ["mangled_preds?"])))]}