slightly better setup for SPASS and Vampire as more results have come in
authorblanchet
Mon, 20 Jun 2011 10:41:02 +0200
changeset 43476 12ff5c017cf9
parent 43475 f205e841402a
child 43477 b0cf8f9bd192
slightly better setup for SPASS and Vampire as more results have come in
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Mon Jun 20 10:41:02 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Mon Jun 20 10:41:02 2011 +0200
@@ -253,8 +253,8 @@
    formats = [FOF],
    best_slices = fn ctxt =>
      (* FUDGE *)
-     [(0.333, (false, (300, ["mangled_preds?"], sosN))),
-      (0.333, (false, (100, ["mangled_tags"], sosN))),
+     [(0.333, (false, (100, ["mangled_tags"], sosN))),
+      (0.333, (false, (500, ["mangled_preds?"], sosN))),
       (0.334, (true, (50, ["mangled_tags?"], no_sosN)))]
      |> (if Config.get ctxt spass_force_sos then hd #> apfst (K 1.0) #> single
          else I)}
@@ -294,9 +294,9 @@
    formats = [FOF],
    best_slices = fn ctxt =>
      (* FUDGE *)
-     [(0.333, (false, (200, ["mangled_tags_heavy?"], sosN))),
-      (0.333, (false, (200, ["poly_preds"], sosN))),
-      (0.334, (true, (50, ["mangled_preds?"], no_sosN)))]
+     [(0.333, (false, (50, ["mangled_preds_heavy"], sosN))),
+      (0.333, (false, (500, ["mangled_tags_heavy?"], sosN))),
+      (0.334, (true, (100, ["mangled_preds?"], no_sosN)))]
      |> (if Config.get ctxt vampire_force_sos then hd #> apfst (K 1.0) #> single
          else I)}