disable 'extra' feature tainting for now
authorblanchet
Thu, 26 Jun 2014 13:35:52 +0200
changeset 57370 9d420da6c7e2
parent 57369 6d422f19cefb
child 57371 0b2bce982afd
disable 'extra' feature tainting for now
src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML	Thu Jun 26 13:35:46 2014 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML	Thu Jun 26 13:35:52 2014 +0200
@@ -1206,8 +1206,7 @@
           let
             val chunks = app_hd (cons th) chunks
             val chunks_and_parents' =
-              if thm_less_eq (th, th') andalso
-                 thy_name_of_thm th = thy_name_of_thm th' then
+              if thm_less_eq (th, th') andalso thy_name_of_thm th = thy_name_of_thm th' then
                 (chunks, [nickname_of_thm th])
               else
                 chunks_and_parents_for chunks th'
@@ -1254,7 +1253,7 @@
 
 val chained_feature_factor = 0.5 (* FUDGE *)
 val extra_feature_factor = 0.1 (* FUDGE *)
-val num_extra_feature_facts = 10 (* FUDGE *)
+val num_extra_feature_facts = 0 (* FUDGE *) (* TODO: keep or eliminate? *)
 
 (* FUDGE *)
 fun weight_of_proximity_fact rank =