Wed, 25 Aug 2010 21:31:22 +0200added some proof state markup, notably number of subgoals (e.g. for indentation);
wenzelm [Wed, 25 Aug 2010 21:31:22 +0200] rev 38994
added some proof state markup, notably number of subgoals (e.g. for indentation);
tuned;

Wed, 25 Aug 2010 20:43:03 +0200ML_Context.eval: produce antiquotation environment preferably in invisible context, to avoid displaced report messages from ML_Compiler;
wenzelm [Wed, 25 Aug 2010 20:43:03 +0200] rev 38993
ML_Context.eval: produce antiquotation environment preferably in invisible context, to avoid displaced report messages from ML_Compiler;

Thu, 26 Aug 2010 10:42:22 +0200merged
blanchet [Thu, 26 Aug 2010 10:42:22 +0200] rev 38992
merged

Thu, 26 Aug 2010 10:42:06 +0200consider "locality" when assigning weights to facts
blanchet [Thu, 26 Aug 2010 10:42:06 +0200] rev 38991
consider "locality" when assigning weights to facts

Thu, 26 Aug 2010 09:23:21 +0200add a bonus for chained facts, since they are likely to be relevant;
blanchet [Thu, 26 Aug 2010 09:23:21 +0200] rev 38990
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

Thu, 26 Aug 2010 09:03:18 +0200merged
blanchet [Thu, 26 Aug 2010 09:03:18 +0200] rev 38989
merged

Thu, 26 Aug 2010 01:03:08 +0200add a penalty for lambda-abstractions;
blanchet [Thu, 26 Aug 2010 01:03:08 +0200] rev 38988
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

Thu, 26 Aug 2010 00:49:38 +0200renaming
blanchet [Thu, 26 Aug 2010 00:49:38 +0200] rev 38987
renaming

Thu, 26 Aug 2010 00:49:04 +0200fiddle with relevance filter
blanchet [Thu, 26 Aug 2010 00:49:04 +0200] rev 38986
fiddle with relevance filter

Wed, 25 Aug 2010 19:47:25 +0200update docs
blanchet [Wed, 25 Aug 2010 19:47:25 +0200] rev 38985
update docs