wenzelm [Thu, 26 Aug 2010 16:56:45 +0200] rev 38760
tuned;
wenzelm [Thu, 26 Aug 2010 16:34:10 +0200] rev 38759
simplification/standardization of some theory data;
wenzelm [Thu, 26 Aug 2010 16:25:25 +0200] rev 38758
misc tuning and simplification, notably theory data;
wenzelm [Thu, 26 Aug 2010 15:48:08 +0200] rev 38757
renamed Local_Theory.theory(_result) to Local_Theory.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
wenzelm [Thu, 26 Aug 2010 13:09:12 +0200] rev 38756
renamed ProofContext.theory(_result) to ProofContext.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
wenzelm [Thu, 26 Aug 2010 12:06:00 +0200] rev 38755
standardized Context.copy_thy to Theory.copy alias, with slightly more direct way of using it;
wenzelm [Thu, 26 Aug 2010 11:33:36 +0200] rev 38754
merged
blanchet [Thu, 26 Aug 2010 10:42:22 +0200] rev 38753
merged
blanchet [Thu, 26 Aug 2010 10:42:06 +0200] rev 38752
consider "locality" when assigning weights to facts
blanchet [Thu, 26 Aug 2010 09:23:21 +0200] rev 38751
add a bonus for chained facts, since they are likely to be relevant;
(especially in a Mirabelle run!) -- chained facts used to be included forcibly, then were treated as any other fact; the current approach seems more flexible
blanchet [Thu, 26 Aug 2010 09:03:18 +0200] rev 38750
merged
blanchet [Thu, 26 Aug 2010 01:03:08 +0200] rev 38749
add a penalty for lambda-abstractions;
the penalty will kick in only when the goal contains no lambdas, in which case Sledgehammer previously totally disallowed any higher-order construct; this was too drastic;
lambdas are dangerous because they rapidly lead to unsound proofs; e.g. COMBI_def COMBS_def not_Cons_self2 with explicit_apply
blanchet [Thu, 26 Aug 2010 00:49:38 +0200] rev 38748
renaming
blanchet [Thu, 26 Aug 2010 00:49:04 +0200] rev 38747
fiddle with relevance filter
blanchet [Wed, 25 Aug 2010 19:47:25 +0200] rev 38746
update docs
blanchet [Wed, 25 Aug 2010 19:41:18 +0200] rev 38745
reorganize options regarding to the relevance threshold and decay