fiddle some more with "max_new_relevant_facts_per_iter"
authorblanchet
Mon, 09 Aug 2010 11:05:45 +0200
changeset 38281 601b7972eef2
parent 38280 577f138af235
child 38282 319c59682c51
fiddle some more with "max_new_relevant_facts_per_iter"
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Mon Aug 09 11:03:54 2010 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Mon Aug 09 11:05:45 2010 +0200
@@ -140,7 +140,7 @@
        "# Cannot determine problem status within resource limit"),
       (OutOfResources, "SZS status: ResourceOut"),
       (OutOfResources, "SZS status ResourceOut")],
-   max_new_relevant_facts_per_iter = 90 (* FIXME *),
+   max_new_relevant_facts_per_iter = 60 (* FIXME *),
    prefers_theory_relevant = false,
    explicit_forall = false}
 val e = ("e", e_config)