blanchet [Fri, 10 Jun 2011 12:01:15 +0200] rev 43353
removed "atp" and "atps" aliases, which users should have forgotten by now if they ever used them
blanchet [Fri, 10 Jun 2011 12:01:15 +0200] rev 43352
fewer monomorphic instances are necessary, thanks to Sascha's new monomorphizer -- backed up by Judgment Day
blanchet [Fri, 10 Jun 2011 12:01:15 +0200] rev 43351
compute the set of base facts only once (instead of three times in parallel) -- this saves about .5 s of CPU time, albeit much less clock wall time
wenzelm [Fri, 10 Jun 2011 14:59:30 +0200] rev 43350
use existing ghc on macbroy20;
wenzelm [Fri, 10 Jun 2011 13:32:51 +0200] rev 43349
local gensym based on Name.variant;
do not export internals by default;
wenzelm [Fri, 10 Jun 2011 12:51:29 +0200] rev 43348
uniform use of flexflex_rule;
wenzelm [Fri, 10 Jun 2011 11:47:52 +0200] rev 43347
tuned name (cf. blast_stats);
wenzelm [Fri, 10 Jun 2011 11:39:23 +0200] rev 43346
more official options blast_trace, blast_stats;
wenzelm [Thu, 09 Jun 2011 23:30:18 +0200] rev 43345
merged
bulwahn [Thu, 09 Jun 2011 15:14:21 +0200] rev 43344
merged
bulwahn [Thu, 09 Jun 2011 14:16:12 +0200] rev 43343
resolving an issue with class instances that are pseudo functions in the OCaml code serializer
hoelzl [Thu, 09 Jun 2011 14:24:34 +0200] rev 43342
merged
hoelzl [Thu, 09 Jun 2011 14:04:38 +0200] rev 43341
fixed document generation for HOL
hoelzl [Thu, 09 Jun 2011 14:04:34 +0200] rev 43340
lemma: independence is equal to mutual information = 0
hoelzl [Thu, 09 Jun 2011 13:55:11 +0200] rev 43339
jensens inequality
hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43338
lemmas about right derivative and limits
hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43337
lemma about differences of convex functions
hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43336
lemmas relating ln x and x - 1
hoelzl [Tue, 31 May 2011 21:33:49 +0200] rev 43335
use divide instead of inverse for the derivative of ln
bulwahn [Thu, 09 Jun 2011 11:57:39 +0200] rev 43334
adding ISABELLE_GHC environment setting to mira configuration isabelle makeall all on lxbroy10
wenzelm [Thu, 09 Jun 2011 23:12:02 +0200] rev 43333
renamed Drule.instantiate to Drule.instantiate_normalize to emphasize its meaning as opposed to plain Thm.instantiate;
wenzelm [Thu, 09 Jun 2011 22:25:25 +0200] rev 43332
document depth arguments of method "auto";
wenzelm [Thu, 09 Jun 2011 22:13:21 +0200] rev 43331
clarified raw_blast, which is not really a tactic since it operates directly on subgoal 1 without bounds check (cf. c46107e6714b);
uniform handling of exceptions in depth_tac and blast_tac, discontinued separate blast_depth_tac;
tuned blast_tac: atomize prems only once, outside DEEPEN;
wenzelm [Thu, 09 Jun 2011 20:56:08 +0200] rev 43330
clarified special incr_type_indexes;
wenzelm [Thu, 09 Jun 2011 20:22:22 +0200] rev 43329
tuned signature: Name.invent and Name.invent_names;
wenzelm [Wed, 08 Jun 2011 22:16:21 +0200] rev 43328
modernized structure ProofContext;
wenzelm [Thu, 09 Jun 2011 17:58:42 +0200] rev 43327
even more robust \isaspacing;
wenzelm [Thu, 09 Jun 2011 17:51:49 +0200] rev 43326
simplified Name.variant -- discontinued builtin fold_map;
wenzelm [Thu, 09 Jun 2011 17:46:25 +0200] rev 43325
some attempts at robust \isaspacing so that \isa{...} can be used in section headings etc. (need to avoid `\? for some reason);
wenzelm [Thu, 09 Jun 2011 16:34:49 +0200] rev 43324
discontinued Name.variant to emphasize that this is old-style / indirect;