tweaking
authorblanchet
Tue, 17 Aug 2010 18:14:50 +0200
changeset 38495 bb30e2f6fb0e
parent 38492 8a7ff1c25773
child 38496 dafcd0d19b11
tweaking
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Tue Aug 17 17:01:31 2010 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Tue Aug 17 18:14:50 2010 +0200
@@ -144,7 +144,7 @@
        "# Cannot determine problem status within resource limit"),
       (OutOfResources, "SZS status: ResourceOut"),
       (OutOfResources, "SZS status ResourceOut")],
-   max_new_relevant_facts_per_iter = 60 (* FIXME *),
+   max_new_relevant_facts_per_iter = 50 (* FIXME *),
    prefers_theory_relevant = false,
    explicit_forall = false}
 
@@ -198,7 +198,7 @@
       (Unprovable, "Satisfiability detected"),
       (OutOfResources, "Refutation not found"),
       (OldVampire, "not a valid option")],
-   max_new_relevant_facts_per_iter = 50 (* FIXME *),
+   max_new_relevant_facts_per_iter = 45 (* FIXME *),
    prefers_theory_relevant = false,
    explicit_forall = false}