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
blanchet [Wed, 25 Aug 2010 09:05:22 +0200] rev 38740
make SML/NJ happy
blanchet [Wed, 25 Aug 2010 09:02:07 +0200] rev 38739
renamed "relevance_convergence" to "relevance_decay"
blanchet [Tue, 24 Aug 2010 22:57:22 +0200] rev 38738
make sure that "undo_ascii_of" is the inverse of "ascii_of", also for non-printable characters -- and avoid those in ``-style facts
blanchet [Tue, 24 Aug 2010 21:40:03 +0200] rev 38737
better workaround for E's off-by-one-second issue
bulwahn [Thu, 26 Aug 2010 09:12:00 +0200] rev 38736
merged
bulwahn [Wed, 25 Aug 2010 16:59:55 +0200] rev 38735
renaming variables to conform to prolog names
bulwahn [Wed, 25 Aug 2010 16:59:53 +0200] rev 38734
changing hotel trace definition; adding simple handling of numerals on natural numbers
bulwahn [Wed, 25 Aug 2010 16:59:51 +0200] rev 38733
added quickcheck generator for prolog generation; first example of counterexample search with prolog for hotel key card system
bulwahn [Wed, 25 Aug 2010 16:59:51 +0200] rev 38732
moving preprocessing to values in prolog generation
bulwahn [Wed, 25 Aug 2010 16:59:50 +0200] rev 38731
invocation of values for prolog execution does not require invocation of code_pred anymore
bulwahn [Wed, 25 Aug 2010 16:59:49 +0200] rev 38730
adding hotel keycard example for prolog generation