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
blanchet [Wed, 25 Aug 2010 17:49:52 +0200] rev 38744
make relevance filter work in term of a "max_relevant" option + use Vampire SOS;
"max_relevant" is more reliable than "max_relevant_per_iter";
also made sure that the option is monotone -- larger values should lead to more axioms -- which wasn't always the case before;
SOS for Vampire makes a difference of about 3% (i.e. 3% more proofs are found)
blanchet [Wed, 25 Aug 2010 09:42:28 +0200] rev 38743
simplify more code
blanchet [Wed, 25 Aug 2010 09:34:28 +0200] rev 38742
cosmetics
blanchet [Wed, 25 Aug 2010 09:32:43 +0200] rev 38741
get rid of "defs_relevant" feature;
nobody uses it and it works poorly