reduce the number of mono iterations to prevent the mono code from going berserk
authorblanchet
Fri, 13 May 2011 10:10:44 +0200
changeset 42783 226962b6a6d1
parent 42782 39ed2de5997a
child 42784 a2dca9a3d0da
child 42796 4a8fa4ec0451
reduce the number of mono iterations to prevent the mono code from going berserk
src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Fri May 13 10:10:43 2011 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Fri May 13 10:10:44 2011 +0200
@@ -82,8 +82,8 @@
    ("type_sys", "smart"),
    ("relevance_thresholds", "0.45 0.85"),
    ("max_relevant", "smart"),
-   ("max_mono_iters", "5"),
-   ("max_new_mono_instances", "250"),
+   ("max_mono_iters", "3"),
+   ("max_new_mono_instances", "400"),
    ("explicit_apply", "false"),
    ("isar_proof", "false"),
    ("isar_shrink_factor", "1"),