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

Wed, 25 Aug 2010 19:41:18 +0200reorganize options regarding to the relevance threshold and decay
blanchet [Wed, 25 Aug 2010 19:41:18 +0200] rev 38984
reorganize options regarding to the relevance threshold and decay

Wed, 25 Aug 2010 17:49:52 +0200make relevance filter work in term of a "max_relevant" option + use Vampire SOS;
blanchet [Wed, 25 Aug 2010 17:49:52 +0200] rev 38983
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)

Wed, 25 Aug 2010 09:42:28 +0200simplify more code
blanchet [Wed, 25 Aug 2010 09:42:28 +0200] rev 38982
simplify more code

Wed, 25 Aug 2010 09:34:28 +0200cosmetics
blanchet [Wed, 25 Aug 2010 09:34:28 +0200] rev 38981
cosmetics

Wed, 25 Aug 2010 09:32:43 +0200get rid of "defs_relevant" feature;
blanchet [Wed, 25 Aug 2010 09:32:43 +0200] rev 38980
get rid of "defs_relevant" feature;
nobody uses it and it works poorly

Wed, 25 Aug 2010 09:05:22 +0200make SML/NJ happy
blanchet [Wed, 25 Aug 2010 09:05:22 +0200] rev 38979
make SML/NJ happy