reverted parallel map idea -- appears to make success rate of ATPs less stable (might even lead to bias in favor of MePo)
authorblanchet
Sat, 08 Dec 2012 00:48:51 +0100
changeset 51454330d4ad89e92
parent 51453 9bb7868a4c20
child 51455 ca99c269ca3a
reverted parallel map idea -- appears to make success rate of ATPs less stable (might even lead to bias in favor of MePo)
src/HOL/TPTP/mash_eval.ML
     1.1 --- a/src/HOL/TPTP/mash_eval.ML	Sat Dec 08 00:48:50 2012 +0100
     1.2 +++ b/src/HOL/TPTP/mash_eval.ML	Sat Dec 08 00:48:51 2012 +0100
     1.3 @@ -103,7 +103,7 @@
     1.4             fn () => prove mash_ok MaShN fst mash_facts,
     1.5             fn () => prove mesh_ok MeshN I mesh_facts,
     1.6             fn () => prove isar_ok IsarN fst isar_facts]
     1.7 -          |> Par_List.map (fn f => f ())
     1.8 +          |> map (fn f => f ())
     1.9        in
    1.10          ["Goal " ^ string_of_int j ^ ": " ^ name, mepo_s, mash_s, mesh_s,
    1.11           isar_s]