tweaked fudge factor
authorblanchet
Fri, 04 Jan 2013 19:00:49 +0100
changeset 50718 60203cb4dbb8
parent 50717 30bcdd5c8e78
child 50719 58b0b44da54a
tweaked fudge factor
src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML	Fri Jan 04 13:03:21 2013 +0100
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML	Fri Jan 04 19:00:49 2013 +0100
@@ -1055,7 +1055,7 @@
 
 (* Generate more suggestions than requested, because some might be thrown out
    later for various reasons. *)
-fun generous_max_facts max_facts = max_facts + Int.min (50, max_facts)
+fun generous_max_facts max_facts = max_facts + Int.min (50, max_facts div 2)
 
 (* The threshold should be large enough so that MaSh doesn't kick in for Auto
    Sledgehammer and Try. *)