blanchet [Tue, 15 Oct 2013 15:31:18 +0200] rev 54113
use MePo with Auto Sledgehammer, because it's lighter than MaSh and always available
blanchet [Tue, 15 Oct 2013 15:26:58 +0200] rev 54112
drop only real duplicates, not subsumed facts -- this confuses MaSh
paulson [Tue, 15 Oct 2013 11:49:39 +0100] rev 54111
renamed relcomp_def to relcomp_unfold
nipkow [Tue, 15 Oct 2013 12:25:45 +0200] rev 54110
fixed thm names
blanchet [Tue, 15 Oct 2013 10:59:34 +0200] rev 54109
addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
blanchet [Mon, 14 Oct 2013 11:14:14 +0200] rev 54108
added Nitpick limitations to docs
blanchet [Mon, 14 Oct 2013 11:07:59 +0200] rev 54107
more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
blanchet [Mon, 14 Oct 2013 10:55:49 +0200] rev 54106
keep temporary error handling in there until code equations are properly generated
blanchet [Mon, 14 Oct 2013 10:50:44 +0200] rev 54105
tuning (simplified parts of 92c5bd3b342d)
blanchet [Mon, 14 Oct 2013 10:27:16 +0200] rev 54104
tuning
blanchet [Mon, 14 Oct 2013 10:06:03 +0200] rev 54103
stengthened tactic to cope with abort cases
blanchet [Mon, 14 Oct 2013 09:31:42 +0200] rev 54102
tuned names
blanchet [Mon, 14 Oct 2013 09:17:04 +0200] rev 54101
strengthened tactic w.r.t. "let"
blanchet [Sun, 13 Oct 2013 21:36:26 +0200] rev 54100
more prominent MaSh errors
panny [Fri, 11 Oct 2013 23:15:30 +0200] rev 54099
compile -- fix typo introduced in 07a8145aaeba
panny [Fri, 11 Oct 2013 20:47:37 +0200] rev 54098
pass the right theorems to tactic
panny [Fri, 11 Oct 2013 16:31:23 +0200] rev 54097
prove user-supplied equations for ctr and code reductions, preserving "let"s, "case"s etc.;
generate code-style theorems (currently commented out since this still fails for many cases);
filter tautologies (False ==> ...) out of generated theorems;
blanchet [Thu, 10 Oct 2013 08:23:57 +0200] rev 54096
repaired confusion between the stated and effective fact filter -- the mismatch could result in "Match" exceptions
blanchet [Thu, 10 Oct 2013 01:17:37 +0200] rev 54095
simplify fudge factor code
blanchet [Wed, 09 Oct 2013 17:21:28 +0200] rev 54094
cleanup SMT-related config options
blanchet [Wed, 09 Oct 2013 16:40:03 +0200] rev 54093
no isar proofs if preplay was not attempted
blanchet [Wed, 09 Oct 2013 16:38:48 +0200] rev 54092
normalize more equalities
blanchet [Wed, 09 Oct 2013 16:07:33 +0200] rev 54091
parallelize MeSh
blanchet [Wed, 09 Oct 2013 15:58:02 +0200] rev 54090
run relevance filter only once for ATPs and SMT solvers, since it should now yield the same results anyway
blanchet [Wed, 09 Oct 2013 15:39:34 +0200] rev 54089
use same relevance filter for ATP and SMT solvers -- attempting to filter out certain ground instances of polymorphic symbols like + and 0 has unexpected side-effects that lead to incompletenesses (relevant facts not being selected)
blanchet [Wed, 09 Oct 2013 10:47:43 +0200] rev 54088
minor performance tuning
blanchet [Wed, 09 Oct 2013 09:53:18 +0200] rev 54087
use plain types instead of dedicated type pattern
blanchet [Wed, 09 Oct 2013 09:51:24 +0200] rev 54086
duplicate term and type patterns
blanchet [Wed, 09 Oct 2013 09:47:59 +0200] rev 54085
optimized built-in const check
blanchet [Wed, 09 Oct 2013 08:28:36 +0200] rev 54084
added TODO