wenzelm [Tue, 28 Jun 2011 20:42:29 +0200] rev 43589
tuned markup;
paulson [Tue, 28 Jun 2011 17:13:32 +0100] rev 43588
merged
paulson [Tue, 28 Jun 2011 17:12:50 +0100] rev 43587
tidied messy proofs
bulwahn [Tue, 28 Jun 2011 16:43:44 +0200] rev 43586
merged
bulwahn [Tue, 28 Jun 2011 14:36:43 +0200] rev 43585
adding timeout to quickcheck narrowing
paulson [Tue, 28 Jun 2011 14:52:46 +0100] rev 43584
simplified proofs using metis calls
paulson [Tue, 28 Jun 2011 12:48:00 +0100] rev 43583
merged
paulson [Tue, 28 Jun 2011 12:47:32 +0100] rev 43582
keyfree: The set of key-free messages (and associated theorems)
wenzelm [Mon, 27 Jun 2011 22:44:44 +0200] rev 43581
merged
krauss [Mon, 27 Jun 2011 17:04:04 +0200] rev 43580
new Datatype.info_of_constr with strict behaviour wrt. to overloaded constructors -- side effect: function package correctly identifies 0::int as a non-constructor;
renamed old version to info_of_constr_permissive, reflecting its semantics
blanchet [Mon, 27 Jun 2011 14:56:39 +0200] rev 43579
added reference for MESON
blanchet [Mon, 27 Jun 2011 14:56:37 +0200] rev 43578
document "meson" and "metis" in HOL specific section of the Isar ref manual
blanchet [Mon, 27 Jun 2011 14:56:35 +0200] rev 43577
clarify minimizer output
blanchet [Mon, 27 Jun 2011 14:56:33 +0200] rev 43576
don't export any metastrange or other nonatomizable formulas, since these don't help proving normal things, they are somewhat broken in the ATP output, and they are atypical
blanchet [Mon, 27 Jun 2011 14:56:32 +0200] rev 43575
tweaked comment
blanchet [Mon, 27 Jun 2011 14:56:31 +0200] rev 43574
document "sound" option
blanchet [Mon, 27 Jun 2011 14:56:29 +0200] rev 43573
minor Sledgehammer news
blanchet [Mon, 27 Jun 2011 14:56:28 +0200] rev 43572
added "sound" option to force Sledgehammer to be pedantically sound
blanchet [Mon, 27 Jun 2011 14:56:26 +0200] rev 43571
removed "full_types" option from documentation
blanchet [Mon, 27 Jun 2011 14:56:10 +0200] rev 43570
document changes to Sledgehammer and "try"
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43569
removed "full_types" option from Sledgehammer, now that virtually sound encodings are used as the default anyway
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43568
clarify warning message to avoid confusing beginners
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43567
remove experimental trimming feature -- it slowed down things on Linux for some reason
blanchet [Mon, 27 Jun 2011 13:52:47 +0200] rev 43566
filter out some tautologies using an ATP, especially for those theories that are known for producing such things
wenzelm [Mon, 27 Jun 2011 22:23:44 +0200] rev 43565
NEWS;
wenzelm [Mon, 27 Jun 2011 22:20:49 +0200] rev 43564
document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm [Mon, 27 Jun 2011 17:51:28 +0200] rev 43563
proper checking of @{ML_antiquotation};
wenzelm [Mon, 27 Jun 2011 17:20:24 +0200] rev 43562
hide rather short auxiliary names, which can easily occur in user theories;
wenzelm [Mon, 27 Jun 2011 17:06:06 +0200] rev 43561
updated generated file;
wenzelm [Mon, 27 Jun 2011 16:53:31 +0200] rev 43560
ML antiquotations are managed as theory data, with proper name space and entity markup;
clarified Name_Space.check;