blanchet [Thu, 29 Apr 2010 17:39:46 +0200] rev 36563
one-step Isar proofs are not always pointless
blanchet [Thu, 29 Apr 2010 17:31:08 +0200] rev 36562
the SPASS output syntax is more general than I thought -- such a pity that there's no documentation
blanchet [Thu, 29 Apr 2010 13:41:51 +0200] rev 36561
redo more Metis/Sledgehammer example
blanchet [Thu, 29 Apr 2010 12:21:20 +0200] rev 36560
fixed definition of "bad frees" so that it actually works
blanchet [Thu, 29 Apr 2010 11:38:23 +0200] rev 36559
don't remove last line of proof
blanchet [Thu, 29 Apr 2010 11:22:24 +0200] rev 36558
handle previously unknown SPASS syntaxes in Sledgehammer's proof reconstruction
blanchet [Thu, 29 Apr 2010 10:55:59 +0200] rev 36557
make SML/NJ happy, take 2
blanchet [Thu, 29 Apr 2010 10:25:26 +0200] rev 36556
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)
blanchet [Thu, 29 Apr 2010 01:17:14 +0200] rev 36555
expand combinators in Isar proofs constructed by Sledgehammer;
this requires shuffling around a couple of functions previously defined in Refute
blanchet [Thu, 29 Apr 2010 01:11:06 +0200] rev 36554
more neg_clausify proofs that get replaced by direct proofs
blanchet [Wed, 28 Apr 2010 22:36:39 +0200] rev 36553
redo some of the metis proofs
blanchet [Wed, 28 Apr 2010 22:00:48 +0200] rev 36552
back to Vampire 9 -- Vampire 11 sometimes outputs really weird proofs
blanchet [Wed, 28 Apr 2010 21:59:29 +0200] rev 36551
improve unskolemization
blanchet [Wed, 28 Apr 2010 18:11:11 +0200] rev 36550
make sure short theorem names are preferred to composite ones in Sledgehammer;
this code used to work at some point
blanchet [Wed, 28 Apr 2010 17:56:07 +0200] rev 36549
properly extract SPASS proof
blanchet [Wed, 28 Apr 2010 17:47:30 +0200] rev 36548
try out Vampire 11 and parse its output correctly;
will revert to Vampire 9 if 11 doesn't perform as well
krauss [Fri, 30 Apr 2010 13:47:39 +0200] rev 36547
return updated info record after termination proof
wenzelm [Fri, 30 Apr 2010 18:06:29 +0200] rev 36546
proper context for rule_by_tactic;
wenzelm [Fri, 30 Apr 2010 17:18:29 +0200] rev 36545
conditional warnings: explicitly observe context visibility flag, not just accidental presence of a context;
map_ss: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
krauss [Thu, 29 Apr 2010 23:55:43 +0200] rev 36544
hgweb style: show author in filelog; full description in annotate hover
wenzelm [Thu, 29 Apr 2010 22:56:32 +0200] rev 36543
proper context for mksimps etc. -- via simpset of the running Simplifier;
wenzelm [Thu, 29 Apr 2010 22:08:57 +0200] rev 36542
read_const: disallow internal names as usual in visible Isar text;
wenzelm [Thu, 29 Apr 2010 21:05:54 +0200] rev 36541
more explicit treatment of context, although not fully localized;
wenzelm [Thu, 29 Apr 2010 20:00:26 +0200] rev 36540
removed some Emacs junk;
haftmann [Thu, 29 Apr 2010 18:41:38 +0200] rev 36539
merged
haftmann [Thu, 29 Apr 2010 15:22:16 +0200] rev 36538
make random engine persistent using code_reflect
haftmann [Thu, 29 Apr 2010 15:00:43 +0200] rev 36537
repaired subtle misunderstanding: statement names are only passed for name resolution
haftmann [Thu, 29 Apr 2010 15:00:43 +0200] rev 36536
fixed underscore typo
haftmann [Thu, 29 Apr 2010 15:00:42 +0200] rev 36535
more coherent naming with ML serializer
haftmann [Thu, 29 Apr 2010 15:00:42 +0200] rev 36534
dropped code_datatype antiquotation