wenzelm [Sat, 11 Jun 2011 14:27:23 +0200] rev 43364
reverted 5fcd0ca1f582 -- isatest provides its own libgmp3 via LD_LIBRARY_PATH, which are also required for swipl;
haftmann [Sat, 11 Jun 2011 07:50:28 +0200] rev 43363
tuned comment
blanchet [Fri, 10 Jun 2011 17:52:09 +0200] rev 43362
name tuning
blanchet [Fri, 10 Jun 2011 17:52:09 +0200] rev 43361
revived the lightweight "poly_tags_{query,bang}" type encodings by fixing their soundness bug
blanchet [Fri, 10 Jun 2011 17:52:09 +0200] rev 43360
don't trim proofs in debug mode
blanchet [Fri, 10 Jun 2011 17:52:09 +0200] rev 43359
tuning
wenzelm [Fri, 10 Jun 2011 17:37:50 +0200] rev 43358
isatest/makedist: build Isabelle/jEdit;
wenzelm [Fri, 10 Jun 2011 17:30:23 +0200] rev 43357
makedist -j: build Isabelle/jEdit via given jedit_build component;
bulwahn [Fri, 10 Jun 2011 15:42:21 +0200] rev 43356
adding another narrowing strategy for integers
wenzelm [Fri, 10 Jun 2011 15:03:29 +0200] rev 43355
merged
blanchet [Fri, 10 Jun 2011 12:01:15 +0200] rev 43354
pass --trim option to "eproof" script to speed up proof reconstruction
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;
wenzelm [Thu, 09 Jun 2011 15:38:49 +0200] rev 43323
prefer new-style Name.invents;
wenzelm [Thu, 09 Jun 2011 15:37:37 +0200] rev 43322
more tight name invention -- avoiding old functions;
wenzelm [Thu, 09 Jun 2011 11:26:25 +0200] rev 43321
\frenchspacing for formal isabelle style avoids extra space in situations like ``@{text "?"}'' followed by plain text;
wenzelm [Thu, 09 Jun 2011 10:59:25 +0200] rev 43320
tuned;
bulwahn [Thu, 09 Jun 2011 10:43:42 +0200] rev 43319
NEWS
bulwahn [Thu, 09 Jun 2011 10:19:51 +0200] rev 43318
correcting import theory of examples
bulwahn [Thu, 09 Jun 2011 09:07:13 +0200] rev 43317
fixing code generation test
bulwahn [Thu, 09 Jun 2011 08:32:22 +0200] rev 43316
removing char setup
bulwahn [Thu, 09 Jun 2011 08:32:21 +0200] rev 43315
removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
bulwahn [Thu, 09 Jun 2011 08:32:19 +0200] rev 43314
adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43313
adding narrowing engine for existentials
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43312
adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
bulwahn [Thu, 09 Jun 2011 08:32:16 +0200] rev 43311
adding theory Quickcheck_Narrowing to HOL-Main image
bulwahn [Thu, 09 Jun 2011 08:32:15 +0200] rev 43310
adapting IsaMakefile
bulwahn [Thu, 09 Jun 2011 08:32:14 +0200] rev 43309
moving Quickcheck_Narrowing from Library to base directory
bulwahn [Thu, 09 Jun 2011 08:32:13 +0200] rev 43308
compilation of Haskell in its own target for Quickcheck; passing options by arguments in Narrowing_Generators
bulwahn [Thu, 09 Jun 2011 08:31:41 +0200] rev 43307
local simp rule in List_Cset
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43306
tuning
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43305
compile