Fri, 30 Apr 2010 14:20:55 +0200 haftmann enclose case expression in brackets
Fri, 30 Apr 2010 14:58:21 +0200 blanchet catch the right exception
Fri, 30 Apr 2010 14:52:49 +0200 blanchet eliminate trivial case splits from Isar proofs
Fri, 30 Apr 2010 14:52:06 +0200 blanchet remove debugging code
Fri, 30 Apr 2010 14:00:47 +0200 blanchet merged
Fri, 30 Apr 2010 14:00:09 +0200 blanchet minor improvements
Fri, 30 Apr 2010 13:58:35 +0200 blanchet identify axioms/conjectures more reliably in ATP proofs (an empty dependency list doesn't always indicate an axiom or conjecture!)
Fri, 30 Apr 2010 09:36:45 +0200 blanchet added "no_atp" for theorems that are automatically used or included by Sledgehammer when appropriate (about combinators and fequal)
Thu, 29 Apr 2010 19:08:02 +0200 blanchet in "overlord" mode: ignore problem prefix specified in the .thy file
Thu, 29 Apr 2010 19:07:36 +0200 blanchet uncomment code
Thu, 29 Apr 2010 19:02:04 +0200 blanchet redid some Sledgehammer/Metis proofs
Thu, 29 Apr 2010 18:24:52 +0200 blanchet fix more "undeclared symbol" errors related to SPASS's DFG format
Thu, 29 Apr 2010 17:45:39 +0200 blanchet be more discriminate: some one-line Isar proofs are silly
Thu, 29 Apr 2010 17:39:46 +0200 blanchet one-step Isar proofs are not always pointless
Thu, 29 Apr 2010 17:31:08 +0200 blanchet the SPASS output syntax is more general than I thought -- such a pity that there's no documentation
Thu, 29 Apr 2010 13:41:51 +0200 blanchet redo more Metis/Sledgehammer example
Thu, 29 Apr 2010 12:21:20 +0200 blanchet fixed definition of "bad frees" so that it actually works
Thu, 29 Apr 2010 11:38:23 +0200 blanchet don't remove last line of proof
Thu, 29 Apr 2010 11:22:24 +0200 blanchet handle previously unknown SPASS syntaxes in Sledgehammer's proof reconstruction
Thu, 29 Apr 2010 10:55:59 +0200 blanchet make SML/NJ happy, take 2
Thu, 29 Apr 2010 10:25:26 +0200 blanchet use readable names in "debug" mode for type vars + don't pipe facts using "using" but rather give them directly to metis (works better with type variables)
Thu, 29 Apr 2010 01:17:14 +0200 blanchet expand combinators in Isar proofs constructed by Sledgehammer;
Thu, 29 Apr 2010 01:11:06 +0200 blanchet more neg_clausify proofs that get replaced by direct proofs
Wed, 28 Apr 2010 22:36:39 +0200 blanchet redo some of the metis proofs
Wed, 28 Apr 2010 22:00:48 +0200 blanchet back to Vampire 9 -- Vampire 11 sometimes outputs really weird proofs
Wed, 28 Apr 2010 21:59:29 +0200 blanchet improve unskolemization
Wed, 28 Apr 2010 18:11:11 +0200 blanchet make sure short theorem names are preferred to composite ones in Sledgehammer;
Wed, 28 Apr 2010 17:56:07 +0200 blanchet properly extract SPASS proof
Wed, 28 Apr 2010 17:47:30 +0200 blanchet try out Vampire 11 and parse its output correctly;
Fri, 30 Apr 2010 13:47:39 +0200 krauss return updated info record after termination proof
Fri, 30 Apr 2010 18:06:29 +0200 wenzelm proper context for rule_by_tactic;
Fri, 30 Apr 2010 17:18:29 +0200 wenzelm conditional warnings: explicitly observe context visibility flag, not just accidental presence of a context;
Thu, 29 Apr 2010 23:55:43 +0200 krauss hgweb style: show author in filelog; full description in annotate hover
Thu, 29 Apr 2010 22:56:32 +0200 wenzelm proper context for mksimps etc. -- via simpset of the running Simplifier;
Thu, 29 Apr 2010 22:08:57 +0200 wenzelm read_const: disallow internal names as usual in visible Isar text;
Thu, 29 Apr 2010 21:05:54 +0200 wenzelm more explicit treatment of context, although not fully localized;
Thu, 29 Apr 2010 20:00:26 +0200 wenzelm removed some Emacs junk;
Thu, 29 Apr 2010 18:41:38 +0200 haftmann merged
Thu, 29 Apr 2010 15:22:16 +0200 haftmann make random engine persistent using code_reflect
Thu, 29 Apr 2010 15:00:43 +0200 haftmann repaired subtle misunderstanding: statement names are only passed for name resolution
Thu, 29 Apr 2010 15:00:43 +0200 haftmann fixed underscore typo
Thu, 29 Apr 2010 15:00:42 +0200 haftmann more coherent naming with ML serializer
Thu, 29 Apr 2010 15:00:42 +0200 haftmann dropped code_datatype antiquotation
Thu, 29 Apr 2010 15:00:41 +0200 haftmann dropped unnecessary ML code
Thu, 29 Apr 2010 15:00:41 +0200 haftmann avoid popular infixes
Thu, 29 Apr 2010 15:00:40 +0200 haftmann code_reflect: specify module name directly after keyword
Thu, 29 Apr 2010 15:00:39 +0200 haftmann NEWS: code_reflect
Thu, 29 Apr 2010 10:35:09 +0200 haftmann merged
Wed, 28 Apr 2010 21:41:06 +0200 haftmann updated generated file
Wed, 28 Apr 2010 21:41:05 +0200 haftmann modernized structure name
Wed, 28 Apr 2010 21:41:05 +0200 haftmann use code_reflect
Thu, 29 Apr 2010 17:50:11 +0200 wenzelm merged
Thu, 29 Apr 2010 09:06:35 +0200 Cezary Kaliszyk Tuning the quotient examples
Wed, 28 Apr 2010 17:42:37 +0200 krauss clarified signature; simpler implementation in terms of function's tactic interface
Wed, 28 Apr 2010 16:13:17 +0200 krauss return info record (relative to auxiliary context!)
Wed, 28 Apr 2010 11:52:04 +0200 krauss default termination prover as plain tactic
Wed, 28 Apr 2010 10:31:15 +0200 krauss function: sane interface for programmatic use
Wed, 28 Apr 2010 09:48:22 +0200 krauss ML interface uses plain command names, following conventions from typedef
Wed, 28 Apr 2010 09:21:48 +0200 krauss function: better separate Isar integration from actual functionality
Thu, 29 Apr 2010 07:02:22 +0200 haftmann merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip