Mon, 03 May 2010 20:13:36 +0200 renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
wenzelm [Mon, 03 May 2010 20:13:36 +0200] rev 36615
renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
Mon, 03 May 2010 16:26:47 +0200 minor tuning of Thm.strip_shyps -- no longer pervasive;
wenzelm [Mon, 03 May 2010 16:26:47 +0200] rev 36614
minor tuning of Thm.strip_shyps -- no longer pervasive;
Mon, 03 May 2010 15:34:55 +0200 simplified primitive Thm.future: more direct theory check, do not hardwire strip_shyps here;
wenzelm [Mon, 03 May 2010 15:34:55 +0200] rev 36613
simplified primitive Thm.future: more direct theory check, do not hardwire strip_shyps here;
Mon, 03 May 2010 14:38:18 +0200 old NEWS on global operations;
wenzelm [Mon, 03 May 2010 14:38:18 +0200] rev 36612
old NEWS on global operations;
Mon, 03 May 2010 14:31:33 +0200 ProofContext.init_global;
wenzelm [Mon, 03 May 2010 14:31:33 +0200] rev 36611
ProofContext.init_global;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
wenzelm [Mon, 03 May 2010 14:25:56 +0200] rev 36610
renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Mon, 03 May 2010 07:59:51 +0200 merged
haftmann [Mon, 03 May 2010 07:59:51 +0200] rev 36609
merged
Fri, 30 Apr 2010 18:34:51 +0200 do not generate code per default -- touches file of parent session
haftmann [Fri, 30 Apr 2010 18:34:51 +0200] rev 36608
do not generate code per default -- touches file of parent session
Sat, 01 May 2010 21:29:03 +0200 made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
krauss [Sat, 01 May 2010 21:29:03 +0200] rev 36607
made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
Sat, 01 May 2010 20:49:39 +0200 Backed out changeset 6f11c9b1fb3e (breaks compilation of HOL image)
krauss [Sat, 01 May 2010 20:49:39 +0200] rev 36606
Backed out changeset 6f11c9b1fb3e (breaks compilation of HOL image)
Sat, 01 May 2010 10:37:31 +0200 now if this doesn't make SML/NJ happy, nothing will
blanchet [Sat, 01 May 2010 10:37:31 +0200] rev 36605
now if this doesn't make SML/NJ happy, nothing will
Sat, 01 May 2010 00:23:57 +0200 more stats;
wenzelm [Sat, 01 May 2010 00:23:57 +0200] rev 36604
more stats;
Fri, 30 Apr 2010 23:53:37 +0200 renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
wenzelm [Fri, 30 Apr 2010 23:53:37 +0200] rev 36603
renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
Fri, 30 Apr 2010 23:43:09 +0200 slightly more standard induct_simp_add/del attributes;
wenzelm [Fri, 30 Apr 2010 23:43:09 +0200] rev 36602
slightly more standard induct_simp_add/del attributes; provide explicit context for internal addsimps;
Fri, 30 Apr 2010 23:40:14 +0200 map_css: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
wenzelm [Fri, 30 Apr 2010 23:40:14 +0200] rev 36601
map_css: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
Fri, 30 Apr 2010 23:33:42 +0200 export Simplifier.with_context;
wenzelm [Fri, 30 Apr 2010 23:33:42 +0200] rev 36600
export Simplifier.with_context;
Fri, 30 Apr 2010 21:10:57 +0200 removed some old comments;
wenzelm [Fri, 30 Apr 2010 21:10:57 +0200] rev 36599
removed some old comments;
Fri, 30 Apr 2010 09:54:04 -0700 merged
huffman [Fri, 30 Apr 2010 09:54:04 -0700] rev 36598
merged
Fri, 30 Apr 2010 08:47:07 -0700 merged
huffman [Fri, 30 Apr 2010 08:47:07 -0700] rev 36597
merged
Thu, 29 Apr 2010 15:24:22 -0700 generalize lemma adjoint_unique; simplify some proofs
huffman [Thu, 29 Apr 2010 15:24:22 -0700] rev 36596
generalize lemma adjoint_unique; simplify some proofs
Thu, 29 Apr 2010 14:32:24 -0700 fix latex url
huffman [Thu, 29 Apr 2010 14:32:24 -0700] rev 36595
fix latex url
Thu, 29 Apr 2010 11:42:34 -0700 merged
huffman [Thu, 29 Apr 2010 11:42:34 -0700] rev 36594
merged
Thu, 29 Apr 2010 11:41:04 -0700 define linear algebra concepts using scaleR instead of (op *s); generalized many lemmas, though a few theorems that used to work on type int^'n are a bit less general
huffman [Thu, 29 Apr 2010 11:41:04 -0700] rev 36593
define linear algebra concepts using scaleR instead of (op *s); generalized many lemmas, though a few theorems that used to work on type int^'n are a bit less general
Thu, 29 Apr 2010 09:29:47 -0700 remove unused function vector_power, unused lemma one_plus_of_nat_neq_0
huffman [Thu, 29 Apr 2010 09:29:47 -0700] rev 36592
remove unused function vector_power, unused lemma one_plus_of_nat_neq_0
Thu, 29 Apr 2010 09:17:25 -0700 move class instantiations from Euclidean_Space.thy to Finite_Cartesian_Product.thy
huffman [Thu, 29 Apr 2010 09:17:25 -0700] rev 36591
move class instantiations from Euclidean_Space.thy to Finite_Cartesian_Product.thy
Thu, 29 Apr 2010 07:22:01 -0700 remove redundant constants pastecart, fstcart, sndcart; users should prefer Pair, fst, snd instead
huffman [Thu, 29 Apr 2010 07:22:01 -0700] rev 36590
remove redundant constants pastecart, fstcart, sndcart; users should prefer Pair, fst, snd instead
Wed, 28 Apr 2010 23:08:31 -0700 generalize LIMSEQ_vector to tendsto_vector
huffman [Wed, 28 Apr 2010 23:08:31 -0700] rev 36589
generalize LIMSEQ_vector to tendsto_vector
Wed, 28 Apr 2010 22:36:45 -0700 generalize orthogonal_clauses
huffman [Wed, 28 Apr 2010 22:36:45 -0700] rev 36588
generalize orthogonal_clauses
Wed, 28 Apr 2010 22:20:59 -0700 remove redundant lemma vector_dist_norm
huffman [Wed, 28 Apr 2010 22:20:59 -0700] rev 36587
remove redundant lemma vector_dist_norm
Wed, 28 Apr 2010 22:02:55 -0700 remove redundant lemma norm_0
huffman [Wed, 28 Apr 2010 22:02:55 -0700] rev 36586
remove redundant lemma norm_0
Wed, 28 Apr 2010 21:39:14 -0700 generalize some euclidean space lemmas
huffman [Wed, 28 Apr 2010 21:39:14 -0700] rev 36585
generalize some euclidean space lemmas
Wed, 28 Apr 2010 17:48:59 -0700 prove lemma openin_subopen without using choice
huffman [Wed, 28 Apr 2010 17:48:59 -0700] rev 36584
prove lemma openin_subopen without using choice
Wed, 28 Apr 2010 16:11:07 -0700 move path-related stuff into new theory file
huffman [Wed, 28 Apr 2010 16:11:07 -0700] rev 36583
move path-related stuff into new theory file
Wed, 28 Apr 2010 15:07:03 -0700 add new Multivariate_Analysis files to IsaMakefile
huffman [Wed, 28 Apr 2010 15:07:03 -0700] rev 36582
add new Multivariate_Analysis files to IsaMakefile
Wed, 28 Apr 2010 15:05:45 -0700 move operator norm stuff to new theory file
huffman [Wed, 28 Apr 2010 15:05:45 -0700] rev 36581
move operator norm stuff to new theory file
Fri, 30 Apr 2010 18:29:04 +0200 eliminated spurious sledgehammer invocation;
wenzelm [Fri, 30 Apr 2010 18:29:04 +0200] rev 36580
eliminated spurious sledgehammer invocation;
Fri, 30 Apr 2010 18:12:41 +0200 merged
wenzelm [Fri, 30 Apr 2010 18:12:41 +0200] rev 36579
merged
Fri, 30 Apr 2010 17:53:49 +0200 merged
haftmann [Fri, 30 Apr 2010 17:53:49 +0200] rev 36578
merged
Fri, 30 Apr 2010 14:23:00 +0200 merged
haftmann [Fri, 30 Apr 2010 14:23:00 +0200] rev 36577
merged
Fri, 30 Apr 2010 14:20:55 +0200 enclose case expression in brackets
haftmann [Fri, 30 Apr 2010 14:20:55 +0200] rev 36576
enclose case expression in brackets
Fri, 30 Apr 2010 14:58:21 +0200 catch the right exception
blanchet [Fri, 30 Apr 2010 14:58:21 +0200] rev 36575
catch the right exception
Fri, 30 Apr 2010 14:52:49 +0200 eliminate trivial case splits from Isar proofs
blanchet [Fri, 30 Apr 2010 14:52:49 +0200] rev 36574
eliminate trivial case splits from Isar proofs
Fri, 30 Apr 2010 14:52:06 +0200 remove debugging code
blanchet [Fri, 30 Apr 2010 14:52:06 +0200] rev 36573
remove debugging code
Fri, 30 Apr 2010 14:00:47 +0200 merged
blanchet [Fri, 30 Apr 2010 14:00:47 +0200] rev 36572
merged
Fri, 30 Apr 2010 14:00:09 +0200 minor improvements
blanchet [Fri, 30 Apr 2010 14:00:09 +0200] rev 36571
minor improvements
Fri, 30 Apr 2010 13:58:35 +0200 identify axioms/conjectures more reliably in ATP proofs (an empty dependency list doesn't always indicate an axiom or conjecture!)
blanchet [Fri, 30 Apr 2010 13:58:35 +0200] rev 36570
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 added "no_atp" for theorems that are automatically used or included by Sledgehammer when appropriate (about combinators and fequal)
blanchet [Fri, 30 Apr 2010 09:36:45 +0200] rev 36569
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 in "overlord" mode: ignore problem prefix specified in the .thy file
blanchet [Thu, 29 Apr 2010 19:08:02 +0200] rev 36568
in "overlord" mode: ignore problem prefix specified in the .thy file
Thu, 29 Apr 2010 19:07:36 +0200 uncomment code
blanchet [Thu, 29 Apr 2010 19:07:36 +0200] rev 36567
uncomment code
Thu, 29 Apr 2010 19:02:04 +0200 redid some Sledgehammer/Metis proofs
blanchet [Thu, 29 Apr 2010 19:02:04 +0200] rev 36566
redid some Sledgehammer/Metis proofs
Thu, 29 Apr 2010 18:24:52 +0200 fix more "undeclared symbol" errors related to SPASS's DFG format
blanchet [Thu, 29 Apr 2010 18:24:52 +0200] rev 36565
fix more "undeclared symbol" errors related to SPASS's DFG format
Thu, 29 Apr 2010 17:45:39 +0200 be more discriminate: some one-line Isar proofs are silly
blanchet [Thu, 29 Apr 2010 17:45:39 +0200] rev 36564
be more discriminate: some one-line Isar proofs are silly
Thu, 29 Apr 2010 17:39:46 +0200 one-step Isar proofs are not always pointless
blanchet [Thu, 29 Apr 2010 17:39:46 +0200] rev 36563
one-step Isar proofs are not always pointless
Thu, 29 Apr 2010 17:31:08 +0200 the SPASS output syntax is more general than I thought -- such a pity that there's no documentation
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
Thu, 29 Apr 2010 13:41:51 +0200 redo more Metis/Sledgehammer example
blanchet [Thu, 29 Apr 2010 13:41:51 +0200] rev 36561
redo more Metis/Sledgehammer example
Thu, 29 Apr 2010 12:21:20 +0200 fixed definition of "bad frees" so that it actually works
blanchet [Thu, 29 Apr 2010 12:21:20 +0200] rev 36560
fixed definition of "bad frees" so that it actually works
Thu, 29 Apr 2010 11:38:23 +0200 don't remove last line of proof
blanchet [Thu, 29 Apr 2010 11:38:23 +0200] rev 36559
don't remove last line of proof
Thu, 29 Apr 2010 11:22:24 +0200 handle previously unknown SPASS syntaxes in Sledgehammer's proof reconstruction
blanchet [Thu, 29 Apr 2010 11:22:24 +0200] rev 36558
handle previously unknown SPASS syntaxes in Sledgehammer's proof reconstruction
Thu, 29 Apr 2010 10:55:59 +0200 make SML/NJ happy, take 2
blanchet [Thu, 29 Apr 2010 10:55:59 +0200] rev 36557
make SML/NJ happy, take 2
Thu, 29 Apr 2010 10:25:26 +0200 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 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)
Thu, 29 Apr 2010 01:17:14 +0200 expand combinators in Isar proofs constructed by Sledgehammer;
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
Thu, 29 Apr 2010 01:11:06 +0200 more neg_clausify proofs that get replaced by direct proofs
blanchet [Thu, 29 Apr 2010 01:11:06 +0200] rev 36554
more neg_clausify proofs that get replaced by direct proofs
Wed, 28 Apr 2010 22:36:39 +0200 redo some of the metis proofs
blanchet [Wed, 28 Apr 2010 22:36:39 +0200] rev 36553
redo some of the metis proofs
Wed, 28 Apr 2010 22:00:48 +0200 back to Vampire 9 -- Vampire 11 sometimes outputs really weird proofs
blanchet [Wed, 28 Apr 2010 22:00:48 +0200] rev 36552
back to Vampire 9 -- Vampire 11 sometimes outputs really weird proofs
Wed, 28 Apr 2010 21:59:29 +0200 improve unskolemization
blanchet [Wed, 28 Apr 2010 21:59:29 +0200] rev 36551
improve unskolemization
Wed, 28 Apr 2010 18:11:11 +0200 make sure short theorem names are preferred to composite ones in Sledgehammer;
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
Wed, 28 Apr 2010 17:56:07 +0200 properly extract SPASS proof
blanchet [Wed, 28 Apr 2010 17:56:07 +0200] rev 36549
properly extract SPASS proof
Wed, 28 Apr 2010 17:47:30 +0200 try out Vampire 11 and parse its output correctly;
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
Fri, 30 Apr 2010 13:47:39 +0200 return updated info record after termination proof
krauss [Fri, 30 Apr 2010 13:47:39 +0200] rev 36547
return updated info record after termination proof
Fri, 30 Apr 2010 18:06:29 +0200 proper context for rule_by_tactic;
wenzelm [Fri, 30 Apr 2010 18:06:29 +0200] rev 36546
proper context for rule_by_tactic;
Fri, 30 Apr 2010 17:18:29 +0200 conditional warnings: explicitly observe context visibility flag, not just accidental presence of a context;
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.;
Thu, 29 Apr 2010 23:55:43 +0200 hgweb style: show author in filelog; full description in annotate hover
krauss [Thu, 29 Apr 2010 23:55:43 +0200] rev 36544
hgweb style: show author in filelog; full description in annotate hover
Thu, 29 Apr 2010 22:56:32 +0200 proper context for mksimps etc. -- via simpset of the running Simplifier;
wenzelm [Thu, 29 Apr 2010 22:56:32 +0200] rev 36543
proper context for mksimps etc. -- via simpset of the running Simplifier;
Thu, 29 Apr 2010 22:08:57 +0200 read_const: disallow internal names as usual in visible Isar text;
wenzelm [Thu, 29 Apr 2010 22:08:57 +0200] rev 36542
read_const: disallow internal names as usual in visible Isar text;
Thu, 29 Apr 2010 21:05:54 +0200 more explicit treatment of context, although not fully localized;
wenzelm [Thu, 29 Apr 2010 21:05:54 +0200] rev 36541
more explicit treatment of context, although not fully localized;
Thu, 29 Apr 2010 20:00:26 +0200 removed some Emacs junk;
wenzelm [Thu, 29 Apr 2010 20:00:26 +0200] rev 36540
removed some Emacs junk;
Thu, 29 Apr 2010 18:41:38 +0200 merged
haftmann [Thu, 29 Apr 2010 18:41:38 +0200] rev 36539
merged
Thu, 29 Apr 2010 15:22:16 +0200 make random engine persistent using code_reflect
haftmann [Thu, 29 Apr 2010 15:22:16 +0200] rev 36538
make random engine persistent using code_reflect
Thu, 29 Apr 2010 15:00:43 +0200 repaired subtle misunderstanding: statement names are only passed for name resolution
haftmann [Thu, 29 Apr 2010 15:00:43 +0200] rev 36537
repaired subtle misunderstanding: statement names are only passed for name resolution
Thu, 29 Apr 2010 15:00:43 +0200 fixed underscore typo
haftmann [Thu, 29 Apr 2010 15:00:43 +0200] rev 36536
fixed underscore typo
Thu, 29 Apr 2010 15:00:42 +0200 more coherent naming with ML serializer
haftmann [Thu, 29 Apr 2010 15:00:42 +0200] rev 36535
more coherent naming with ML serializer
Thu, 29 Apr 2010 15:00:42 +0200 dropped code_datatype antiquotation
haftmann [Thu, 29 Apr 2010 15:00:42 +0200] rev 36534
dropped code_datatype antiquotation
Thu, 29 Apr 2010 15:00:41 +0200 dropped unnecessary ML code
haftmann [Thu, 29 Apr 2010 15:00:41 +0200] rev 36533
dropped unnecessary ML code
Thu, 29 Apr 2010 15:00:41 +0200 avoid popular infixes
haftmann [Thu, 29 Apr 2010 15:00:41 +0200] rev 36532
avoid popular infixes
Thu, 29 Apr 2010 15:00:40 +0200 code_reflect: specify module name directly after keyword
haftmann [Thu, 29 Apr 2010 15:00:40 +0200] rev 36531
code_reflect: specify module name directly after keyword
Thu, 29 Apr 2010 15:00:39 +0200 NEWS: code_reflect
haftmann [Thu, 29 Apr 2010 15:00:39 +0200] rev 36530
NEWS: code_reflect
Thu, 29 Apr 2010 10:35:09 +0200 merged
haftmann [Thu, 29 Apr 2010 10:35:09 +0200] rev 36529
merged
Wed, 28 Apr 2010 21:41:06 +0200 updated generated file
haftmann [Wed, 28 Apr 2010 21:41:06 +0200] rev 36528
updated generated file
Wed, 28 Apr 2010 21:41:05 +0200 modernized structure name
haftmann [Wed, 28 Apr 2010 21:41:05 +0200] rev 36527
modernized structure name
Wed, 28 Apr 2010 21:41:05 +0200 use code_reflect
haftmann [Wed, 28 Apr 2010 21:41:05 +0200] rev 36526
use code_reflect
Thu, 29 Apr 2010 17:50:11 +0200 merged
wenzelm [Thu, 29 Apr 2010 17:50:11 +0200] rev 36525
merged
Thu, 29 Apr 2010 09:06:35 +0200 Tuning the quotient examples
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 29 Apr 2010 09:06:35 +0200] rev 36524
Tuning the quotient examples
Wed, 28 Apr 2010 17:42:37 +0200 clarified signature; simpler implementation in terms of function's tactic interface
krauss [Wed, 28 Apr 2010 17:42:37 +0200] rev 36523
clarified signature; simpler implementation in terms of function's tactic interface
Wed, 28 Apr 2010 16:13:17 +0200 return info record (relative to auxiliary context!)
krauss [Wed, 28 Apr 2010 16:13:17 +0200] rev 36522
return info record (relative to auxiliary context!)
Wed, 28 Apr 2010 11:52:04 +0200 default termination prover as plain tactic
krauss [Wed, 28 Apr 2010 11:52:04 +0200] rev 36521
default termination prover as plain tactic
Wed, 28 Apr 2010 10:31:15 +0200 function: sane interface for programmatic use
krauss [Wed, 28 Apr 2010 10:31:15 +0200] rev 36520
function: sane interface for programmatic use
Wed, 28 Apr 2010 09:48:22 +0200 ML interface uses plain command names, following conventions from typedef
krauss [Wed, 28 Apr 2010 09:48:22 +0200] rev 36519
ML interface uses plain command names, following conventions from typedef
Wed, 28 Apr 2010 09:21:48 +0200 function: better separate Isar integration from actual functionality
krauss [Wed, 28 Apr 2010 09:21:48 +0200] rev 36518
function: better separate Isar integration from actual functionality
Thu, 29 Apr 2010 07:02:22 +0200 merged
haftmann [Thu, 29 Apr 2010 07:02:22 +0200] rev 36517
merged
Wed, 28 Apr 2010 17:04:56 +0200 export somehow odd mapa explicitly
haftmann [Wed, 28 Apr 2010 17:04:56 +0200] rev 36516
export somehow odd mapa explicitly
Wed, 28 Apr 2010 16:56:19 +0200 exported print_tuple
haftmann [Wed, 28 Apr 2010 16:56:19 +0200] rev 36515
exported print_tuple
Wed, 28 Apr 2010 16:56:18 +0200 take into account tupled constructors
haftmann [Wed, 28 Apr 2010 16:56:18 +0200] rev 36514
take into account tupled constructors
Wed, 28 Apr 2010 16:56:18 +0200 avoid code_datatype antiquotation
haftmann [Wed, 28 Apr 2010 16:56:18 +0200] rev 36513
avoid code_datatype antiquotation
Wed, 28 Apr 2010 19:46:09 +0200 merged
bulwahn [Wed, 28 Apr 2010 19:46:09 +0200] rev 36512
merged
Wed, 28 Apr 2010 16:45:51 +0200 added an example with a free function variable to the Predicate Compile examples
bulwahn [Wed, 28 Apr 2010 16:45:51 +0200] rev 36511
added an example with a free function variable to the Predicate Compile examples
Wed, 28 Apr 2010 16:45:50 +0200 removed local clone in the predicate compiler
bulwahn [Wed, 28 Apr 2010 16:45:50 +0200] rev 36510
removed local clone in the predicate compiler
Wed, 28 Apr 2010 16:45:48 +0200 improving proof procedure for transforming cases rule in the predicate compiler to handle free variables of function type
bulwahn [Wed, 28 Apr 2010 16:45:48 +0200] rev 36509
improving proof procedure for transforming cases rule in the predicate compiler to handle free variables of function type
Thu, 29 Apr 2010 17:47:53 +0200 allow concrete syntax for local entities within a proof body, either via regular mixfix annotations to 'fix' etc. or the separate 'write' command;
wenzelm [Thu, 29 Apr 2010 17:47:53 +0200] rev 36508
allow concrete syntax for local entities within a proof body, either via regular mixfix annotations to 'fix' etc. or the separate 'write' command;
Thu, 29 Apr 2010 17:29:53 +0200 'write': actually observe the proof structure (like 'let' or 'fix');
wenzelm [Thu, 29 Apr 2010 17:29:53 +0200] rev 36507
'write': actually observe the proof structure (like 'let' or 'fix');
Thu, 29 Apr 2010 17:15:23 +0200 adapted ProofContext.infer_type;
wenzelm [Thu, 29 Apr 2010 17:15:23 +0200] rev 36506
adapted ProofContext.infer_type;
Thu, 29 Apr 2010 16:55:22 +0200 ProofContext.read_const: allow for type constraint (for fixed variable);
wenzelm [Thu, 29 Apr 2010 16:55:22 +0200] rev 36505
ProofContext.read_const: allow for type constraint (for fixed variable); added proof command 'write' to introduce concrete syntax within a proof body;
Thu, 29 Apr 2010 16:53:08 +0200 avoid clash with keyword 'write';
wenzelm [Thu, 29 Apr 2010 16:53:08 +0200] rev 36504
avoid clash with keyword 'write';
Thu, 29 Apr 2010 11:05:13 +0200 allow mixfix syntax for fixes within a proof body -- should now work thanks to fully authentic syntax;
wenzelm [Thu, 29 Apr 2010 11:05:13 +0200] rev 36503
allow mixfix syntax for fixes within a proof body -- should now work thanks to fully authentic syntax;
Thu, 29 Apr 2010 11:00:32 +0200 uniform decoding of fixed/const syntax entities, allows to pass "\<^fixed>foo__" through the syntax layer (supersedes 1b7109c10b7b);
wenzelm [Thu, 29 Apr 2010 11:00:32 +0200] rev 36502
uniform decoding of fixed/const syntax entities, allows to pass "\<^fixed>foo__" through the syntax layer (supersedes 1b7109c10b7b);
Wed, 28 Apr 2010 19:43:45 +0200 disabled spurious invocation of (interactive) sledgehammer;
wenzelm [Wed, 28 Apr 2010 19:43:45 +0200] rev 36501
disabled spurious invocation of (interactive) sledgehammer;
Wed, 28 Apr 2010 17:29:58 +0200 merged
wenzelm [Wed, 28 Apr 2010 17:29:58 +0200] rev 36500
merged
Wed, 28 Apr 2010 16:56:03 +0200 make Mirabelle happy
blanchet [Wed, 28 Apr 2010 16:56:03 +0200] rev 36499
make Mirabelle happy
Wed, 28 Apr 2010 16:47:56 +0200 remove removed option
blanchet [Wed, 28 Apr 2010 16:47:56 +0200] rev 36498
remove removed option
Wed, 28 Apr 2010 16:15:45 +0200 merge
blanchet [Wed, 28 Apr 2010 16:15:45 +0200] rev 36497
merge
Wed, 28 Apr 2010 16:14:56 +0200 parentheses around nested cases
blanchet [Wed, 28 Apr 2010 16:14:56 +0200] rev 36496
parentheses around nested cases
Wed, 28 Apr 2010 16:06:27 +0200 merged
blanchet [Wed, 28 Apr 2010 16:06:27 +0200] rev 36495
merged
Wed, 28 Apr 2010 16:05:38 +0200 add an Isar proof found with Sledgehammer that involves a Skolem constant (internally)
blanchet [Wed, 28 Apr 2010 16:05:38 +0200] rev 36494
add an Isar proof found with Sledgehammer that involves a Skolem constant (internally)
Wed, 28 Apr 2010 16:03:49 +0200 reintroduced short names for HOL->FOL constants; other parts of the code rely on these
blanchet [Wed, 28 Apr 2010 16:03:49 +0200] rev 36493
reintroduced short names for HOL->FOL constants; other parts of the code rely on these
Wed, 28 Apr 2010 15:53:17 +0200 save the name of Skolemized variables in Sledgehammer for use in the proof reconstruction code
blanchet [Wed, 28 Apr 2010 15:53:17 +0200] rev 36492
save the name of Skolemized variables in Sledgehammer for use in the proof reconstruction code
Wed, 28 Apr 2010 15:34:55 +0200 unskolemize formulas in proof reconstruction + detect newer SPASS versions to avoid truncating identifiers if not necessary (truncating confuses proof reconstruction)
blanchet [Wed, 28 Apr 2010 15:34:55 +0200] rev 36491
unskolemize formulas in proof reconstruction + detect newer SPASS versions to avoid truncating identifiers if not necessary (truncating confuses proof reconstruction)
Wed, 28 Apr 2010 14:19:26 +0200 redo Sledgehammer proofs (and get rid of "neg_clausify")
blanchet [Wed, 28 Apr 2010 14:19:26 +0200] rev 36490
redo Sledgehammer proofs (and get rid of "neg_clausify")
Wed, 28 Apr 2010 13:32:45 +0200 removed "sorts" option, continued
blanchet [Wed, 28 Apr 2010 13:32:45 +0200] rev 36489
removed "sorts" option, continued
Wed, 28 Apr 2010 13:00:30 +0200 remove Sledgehammer's "sorts" option to annotate variables with sorts in proof;
blanchet [Wed, 28 Apr 2010 13:00:30 +0200] rev 36488
remove Sledgehammer's "sorts" option to annotate variables with sorts in proof; what we need is smarter type annotations for variables _and_ constants
Wed, 28 Apr 2010 12:49:52 +0200 insert a nice proof found by Vampire, which demonstrates the use of "let" in Isar proofs
blanchet [Wed, 28 Apr 2010 12:49:52 +0200] rev 36487
insert a nice proof found by Vampire, which demonstrates the use of "let" in Isar proofs
Wed, 28 Apr 2010 12:46:50 +0200 support Vampire definitions of constants as "let" constructs in Isar proofs
blanchet [Wed, 28 Apr 2010 12:46:50 +0200] rev 36486
support Vampire definitions of constants as "let" constructs in Isar proofs
Tue, 27 Apr 2010 18:58:05 +0200 tuning
blanchet [Tue, 27 Apr 2010 18:58:05 +0200] rev 36485
tuning
Tue, 27 Apr 2010 18:07:51 +0200 redid the proofs with the latest Sledgehammer;
blanchet [Tue, 27 Apr 2010 18:07:51 +0200] rev 36484
redid the proofs with the latest Sledgehammer; both an exercise and (for a few proofs) a demonstration of the new Isar proof code
Tue, 27 Apr 2010 18:02:46 +0200 remove Nitpick functions that are now implemented in Sledgehammer
blanchet [Tue, 27 Apr 2010 18:02:46 +0200] rev 36483
remove Nitpick functions that are now implemented in Sledgehammer
Tue, 27 Apr 2010 18:01:41 +0200 added total goal count as argument + message when killing ATPs
blanchet [Tue, 27 Apr 2010 18:01:41 +0200] rev 36482
added total goal count as argument + message when killing ATPs
Tue, 27 Apr 2010 17:44:33 +0200 make Sledgehammer more friendly if no subgoal is left
blanchet [Tue, 27 Apr 2010 17:44:33 +0200] rev 36481
make Sledgehammer more friendly if no subgoal is left
Tue, 27 Apr 2010 17:05:39 +0200 polish Isar proofs: don't mention facts twice, and don't show one-liner "structured" proofs
blanchet [Tue, 27 Apr 2010 17:05:39 +0200] rev 36480
polish Isar proofs: don't mention facts twice, and don't show one-liner "structured" proofs
Tue, 27 Apr 2010 16:12:51 +0200 reintroduce missing "gen_all_vars" call
blanchet [Tue, 27 Apr 2010 16:12:51 +0200] rev 36479
reintroduce missing "gen_all_vars" call
Tue, 27 Apr 2010 16:00:20 +0200 fix types of "fix" variables to help proof reconstruction and aid readability
blanchet [Tue, 27 Apr 2010 16:00:20 +0200] rev 36478
fix types of "fix" variables to help proof reconstruction and aid readability
Tue, 27 Apr 2010 14:55:10 +0200 allow schematic variables in types in terms that are reconstructed by Sledgehammer
blanchet [Tue, 27 Apr 2010 14:55:10 +0200] rev 36477
allow schematic variables in types in terms that are reconstructed by Sledgehammer
Tue, 27 Apr 2010 14:27:47 +0200 in Sledgehammer "debug" mode, the names of most variables are already short and sweet, so most of the entries of the "const_trans_table" don't have a raison d'etre anymore
blanchet [Tue, 27 Apr 2010 14:27:47 +0200] rev 36476
in Sledgehammer "debug" mode, the names of most variables are already short and sweet, so most of the entries of the "const_trans_table" don't have a raison d'etre anymore
Tue, 27 Apr 2010 12:07:07 +0200 new Isar proof construction code: stringfy axiom names correctly
blanchet [Tue, 27 Apr 2010 12:07:07 +0200] rev 36475
new Isar proof construction code: stringfy axiom names correctly
Tue, 27 Apr 2010 11:44:01 +0200 honor "shrink_proof" Sledgehammer option
blanchet [Tue, 27 Apr 2010 11:44:01 +0200] rev 36474
honor "shrink_proof" Sledgehammer option
Tue, 27 Apr 2010 11:24:47 +0200 remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
blanchet [Tue, 27 Apr 2010 11:24:47 +0200] rev 36473
remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
Wed, 28 Apr 2010 15:42:10 +0200 updated keywords
haftmann [Wed, 28 Apr 2010 15:42:10 +0200] rev 36472
updated keywords
Wed, 28 Apr 2010 15:17:13 +0200 exported cert_tyco, read_tyco
haftmann [Wed, 28 Apr 2010 15:17:13 +0200] rev 36471
exported cert_tyco, read_tyco
Wed, 28 Apr 2010 15:17:09 +0200 added code_reflect command
haftmann [Wed, 28 Apr 2010 15:17:09 +0200] rev 36470
added code_reflect command
Wed, 28 Apr 2010 14:54:17 +0200 merged
haftmann [Wed, 28 Apr 2010 14:54:17 +0200] rev 36469
merged
Wed, 28 Apr 2010 11:26:10 +0200 fix "fors" for proof of monotonicity
haftmann [Wed, 28 Apr 2010 11:26:10 +0200] rev 36468
fix "fors" for proof of monotonicity
Wed, 28 Apr 2010 14:01:54 +0200 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 14:01:54 +0200] rev 36467
merge
Wed, 28 Apr 2010 14:01:13 +0200 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 14:01:13 +0200] rev 36466
merge
Wed, 28 Apr 2010 13:29:40 +0200 Tuned FSet
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 13:29:40 +0200] rev 36465
Tuned FSet
Wed, 28 Apr 2010 13:30:52 +0200 merged
haftmann [Wed, 28 Apr 2010 13:30:52 +0200] rev 36464
merged
Wed, 28 Apr 2010 13:30:34 +0200 try to observe intended meaning of add_registration interface more closely
haftmann [Wed, 28 Apr 2010 13:30:34 +0200] rev 36463
try to observe intended meaning of add_registration interface more closely
Wed, 28 Apr 2010 13:30:17 +0200 codified comment
haftmann [Wed, 28 Apr 2010 13:30:17 +0200] rev 36462
codified comment
Wed, 28 Apr 2010 13:29:57 +0200 merged
haftmann [Wed, 28 Apr 2010 13:29:57 +0200] rev 36461
merged
Wed, 28 Apr 2010 13:29:39 +0200 empty class specifcations observe default sort
haftmann [Wed, 28 Apr 2010 13:29:39 +0200] rev 36460
empty class specifcations observe default sort
Wed, 28 Apr 2010 16:56:51 +0200 document some known problems with Mac OS;
wenzelm [Wed, 28 Apr 2010 16:56:51 +0200] rev 36459
document some known problems with Mac OS;
Wed, 28 Apr 2010 16:12:21 +0200 removed redundant/ignored sort constraint;
wenzelm [Wed, 28 Apr 2010 16:12:21 +0200] rev 36458
removed redundant/ignored sort constraint;
Wed, 28 Apr 2010 16:11:13 +0200 tuned user-level type abbrevs: explicit warning concerning ignored sort constraints -- sorts never affect formation of types and type abbrevs strip sorts internally;
wenzelm [Wed, 28 Apr 2010 16:11:13 +0200] rev 36457
tuned user-level type abbrevs: explicit warning concerning ignored sort constraints -- sorts never affect formation of types and type abbrevs strip sorts internally;
Wed, 28 Apr 2010 13:32:00 +0200 made SML/NJ happy;
wenzelm [Wed, 28 Apr 2010 13:32:00 +0200] rev 36456
made SML/NJ happy;
Wed, 28 Apr 2010 12:23:14 +0200 updated keywords;
wenzelm [Wed, 28 Apr 2010 12:23:14 +0200] rev 36455
updated keywords;
Wed, 28 Apr 2010 12:21:55 +0200 command 'defaultsort' is renamed to 'default_sort', it works within a local theory context;
wenzelm [Wed, 28 Apr 2010 12:21:55 +0200] rev 36454
command 'defaultsort' is renamed to 'default_sort', it works within a local theory context;
Wed, 28 Apr 2010 12:18:49 +0200 removed material that is out of scope of this manual;
wenzelm [Wed, 28 Apr 2010 12:18:49 +0200] rev 36453
removed material that is out of scope of this manual;
Wed, 28 Apr 2010 12:07:52 +0200 renamed command 'defaultsort' to 'default_sort';
wenzelm [Wed, 28 Apr 2010 12:07:52 +0200] rev 36452
renamed command 'defaultsort' to 'default_sort';
Wed, 28 Apr 2010 11:41:27 +0200 localized default sort;
wenzelm [Wed, 28 Apr 2010 11:41:27 +0200] rev 36451
localized default sort;
Wed, 28 Apr 2010 11:13:11 +0200 more systematic naming of tsig operations;
wenzelm [Wed, 28 Apr 2010 11:13:11 +0200] rev 36450
more systematic naming of tsig operations;
Wed, 28 Apr 2010 11:09:19 +0200 modernized/simplified Sign.set_defsort;
wenzelm [Wed, 28 Apr 2010 11:09:19 +0200] rev 36449
modernized/simplified Sign.set_defsort;
Wed, 28 Apr 2010 10:51:34 +0200 get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred);
wenzelm [Wed, 28 Apr 2010 10:51:34 +0200] rev 36448
get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred); tuned;
Wed, 28 Apr 2010 10:43:08 +0200 export Type.minimize_sort;
wenzelm [Wed, 28 Apr 2010 10:43:08 +0200] rev 36447
export Type.minimize_sort;
Wed, 28 Apr 2010 08:25:02 +0200 term_typ: print styled term
haftmann [Wed, 28 Apr 2010 08:25:02 +0200] rev 36446
term_typ: print styled term
Tue, 27 Apr 2010 22:23:12 +0200 merged
wenzelm [Tue, 27 Apr 2010 22:23:12 +0200] rev 36445
merged
Tue, 27 Apr 2010 11:17:50 -0700 merged
huffman [Tue, 27 Apr 2010 11:17:50 -0700] rev 36444
merged
Tue, 27 Apr 2010 11:03:04 -0700 generalize types of path operations
huffman [Tue, 27 Apr 2010 11:03:04 -0700] rev 36443
generalize types of path operations
Tue, 27 Apr 2010 10:54:24 -0700 generalize more continuity lemmas
huffman [Tue, 27 Apr 2010 10:54:24 -0700] rev 36442
generalize more continuity lemmas
Tue, 27 Apr 2010 10:39:52 -0700 generalized many lemmas about continuity
huffman [Tue, 27 Apr 2010 10:39:52 -0700] rev 36441
generalized many lemmas about continuity
Mon, 26 Apr 2010 22:21:03 -0700 simplify definition of continuous_on; generalize some lemmas
huffman [Mon, 26 Apr 2010 22:21:03 -0700] rev 36440
simplify definition of continuous_on; generalize some lemmas
Mon, 26 Apr 2010 20:03:01 -0700 move intervals section heading
huffman [Mon, 26 Apr 2010 20:03:01 -0700] rev 36439
move intervals section heading
Mon, 26 Apr 2010 19:58:51 -0700 remove unused, redundant constant inv_on
huffman [Mon, 26 Apr 2010 19:58:51 -0700] rev 36438
remove unused, redundant constant inv_on
Mon, 26 Apr 2010 19:55:50 -0700 reorganize subsection headings
huffman [Mon, 26 Apr 2010 19:55:50 -0700] rev 36437
reorganize subsection headings
Mon, 26 Apr 2010 17:56:39 -0700 remove redundant lemma
huffman [Mon, 26 Apr 2010 17:56:39 -0700] rev 36436
remove redundant lemma
Mon, 26 Apr 2010 16:28:58 -0700 more lemmas to Vec1.thy
huffman [Mon, 26 Apr 2010 16:28:58 -0700] rev 36435
more lemmas to Vec1.thy
Mon, 26 Apr 2010 15:51:10 -0700 simplify proof
huffman [Mon, 26 Apr 2010 15:51:10 -0700] rev 36434
simplify proof
Mon, 26 Apr 2010 15:44:54 -0700 move more lemmas into Vec1.thy
huffman [Mon, 26 Apr 2010 15:44:54 -0700] rev 36433
move more lemmas into Vec1.thy
Mon, 26 Apr 2010 15:22:03 -0700 move proof of Fashoda meet theorem into separate file
huffman [Mon, 26 Apr 2010 15:22:03 -0700] rev 36432
move proof of Fashoda meet theorem into separate file
Mon, 26 Apr 2010 12:19:57 -0700 move definitions and theorems for type real^1 to separate theory file
huffman [Mon, 26 Apr 2010 12:19:57 -0700] rev 36431
move definitions and theorems for type real^1 to separate theory file
Tue, 27 Apr 2010 21:53:55 +0200 removed obsolete sanity check -- Sign.certify_sort is stable;
wenzelm [Tue, 27 Apr 2010 21:53:55 +0200] rev 36430
removed obsolete sanity check -- Sign.certify_sort is stable;
Tue, 27 Apr 2010 21:46:10 +0200 monotonic sort certification: sorts are no longer minimized at the kernel boundary, only when reading input from the end-user;
wenzelm [Tue, 27 Apr 2010 21:46:10 +0200] rev 36429
monotonic sort certification: sorts are no longer minimized at the kernel boundary, only when reading input from the end-user;
Tue, 27 Apr 2010 21:34:22 +0200 really minimize sorts after certification -- looks like this is intended here;
wenzelm [Tue, 27 Apr 2010 21:34:22 +0200] rev 36428
really minimize sorts after certification -- looks like this is intended here;
Tue, 27 Apr 2010 19:44:04 +0200 tuned signature;
wenzelm [Tue, 27 Apr 2010 19:44:04 +0200] rev 36427
tuned signature;
Tue, 27 Apr 2010 16:24:57 +0200 merged
wenzelm [Tue, 27 Apr 2010 16:24:57 +0200] rev 36426
merged
Tue, 27 Apr 2010 12:20:17 +0200 tuned whitespace
haftmann [Tue, 27 Apr 2010 12:20:17 +0200] rev 36425
tuned whitespace
Tue, 27 Apr 2010 12:20:09 +0200 got rid of [simplified]
haftmann [Tue, 27 Apr 2010 12:20:09 +0200] rev 36424
got rid of [simplified]
Tue, 27 Apr 2010 11:52:41 +0200 got rid of [simplified]
haftmann [Tue, 27 Apr 2010 11:52:41 +0200] rev 36423
got rid of [simplified]
Tue, 27 Apr 2010 10:51:39 +0200 fix SML/NJ compilation (I hope)
blanchet [Tue, 27 Apr 2010 10:51:39 +0200] rev 36422
fix SML/NJ compilation (I hope)
Tue, 27 Apr 2010 16:09:15 +0200 tuned classrel completion -- bypass composition with reflexive edges;
wenzelm [Tue, 27 Apr 2010 16:09:15 +0200] rev 36421
tuned classrel completion -- bypass composition with reflexive edges;
Tue, 27 Apr 2010 15:23:05 +0200 tuned diff_classrels -- avoid slightly inefficient Symreltab.keys;
wenzelm [Tue, 27 Apr 2010 15:23:05 +0200] rev 36420
tuned diff_classrels -- avoid slightly inefficient Symreltab.keys;
Tue, 27 Apr 2010 15:03:19 +0200 tuned aritiy completion -- slightly less intermediate data structures;
wenzelm [Tue, 27 Apr 2010 15:03:19 +0200] rev 36419
tuned aritiy completion -- slightly less intermediate data structures;
Tue, 27 Apr 2010 14:41:27 +0200 clarified proven results: store thm only and retrieve proof later via Thm.proof_of (this may also impact parallelism, because internal join_proofs is deferred);
wenzelm [Tue, 27 Apr 2010 14:41:27 +0200] rev 36418
clarified proven results: store thm only and retrieve proof later via Thm.proof_of (this may also impact parallelism, because internal join_proofs is deferred);
Tue, 27 Apr 2010 14:19:47 +0200 misc tuning and simplification;
wenzelm [Tue, 27 Apr 2010 14:19:47 +0200] rev 36417
misc tuning and simplification;
Tue, 27 Apr 2010 10:42:41 +0200 NEWS and CONTRIBUTORS
haftmann [Tue, 27 Apr 2010 10:42:41 +0200] rev 36416
NEWS and CONTRIBUTORS
Tue, 27 Apr 2010 09:49:40 +0200 explicit is better than implicit
haftmann [Tue, 27 Apr 2010 09:49:40 +0200] rev 36415
explicit is better than implicit
Tue, 27 Apr 2010 09:49:36 +0200 tuned class linordered_field_inverse_zero
haftmann [Tue, 27 Apr 2010 09:49:36 +0200] rev 36414
tuned class linordered_field_inverse_zero
Tue, 27 Apr 2010 08:18:25 +0200 merged
haftmann [Tue, 27 Apr 2010 08:18:25 +0200] rev 36413
merged
Tue, 27 Apr 2010 08:17:40 +0200 instances for *_inverse_zero classes
haftmann [Tue, 27 Apr 2010 08:17:40 +0200] rev 36412
instances for *_inverse_zero classes
Tue, 27 Apr 2010 08:17:39 +0200 canonical import
haftmann [Tue, 27 Apr 2010 08:17:39 +0200] rev 36411
canonical import
Mon, 26 Apr 2010 15:38:14 +0200 merged
haftmann [Mon, 26 Apr 2010 15:38:14 +0200] rev 36410
merged
Mon, 26 Apr 2010 15:37:50 +0200 use new classes (linordered_)field_inverse_zero
haftmann [Mon, 26 Apr 2010 15:37:50 +0200] rev 36409
use new classes (linordered_)field_inverse_zero
Mon, 26 Apr 2010 23:46:45 +0200 merged
blanchet [Mon, 26 Apr 2010 23:46:45 +0200] rev 36408
merged
Mon, 26 Apr 2010 23:45:51 +0200 renamed option
blanchet [Mon, 26 Apr 2010 23:45:51 +0200] rev 36407
renamed option
Mon, 26 Apr 2010 23:45:32 +0200 fixes 2a5c6e7b55cb;
blanchet [Mon, 26 Apr 2010 23:45:32 +0200] rev 36406
fixes 2a5c6e7b55cb; do not throw out the baby with the bath water
Mon, 26 Apr 2010 21:50:36 +0200 compile
blanchet [Mon, 26 Apr 2010 21:50:36 +0200] rev 36405
compile
Mon, 26 Apr 2010 21:41:54 +0200 make compile (and not just load dynamically)
blanchet [Mon, 26 Apr 2010 21:41:54 +0200] rev 36404
make compile (and not just load dynamically)
Mon, 26 Apr 2010 21:25:32 +0200 merge
blanchet [Mon, 26 Apr 2010 21:25:32 +0200] rev 36403
merge
Mon, 26 Apr 2010 21:20:43 +0200 introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method;
blanchet [Mon, 26 Apr 2010 21:20:43 +0200] rev 36402
introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method; the code is still somewhat experimental but any exceptions it throws are catched, and Sledgehammer will still yield a one-line metis proof in case of proof reconstruction failure
Mon, 26 Apr 2010 21:18:20 +0200 adapt code to reflect new signature of "neg_clausify"
blanchet [Mon, 26 Apr 2010 21:18:20 +0200] rev 36401
adapt code to reflect new signature of "neg_clausify"
Mon, 26 Apr 2010 21:17:41 +0200 rename options and keep track of conjecture shape (to facilitate proof reconstruction)
blanchet [Mon, 26 Apr 2010 21:17:41 +0200] rev 36400
rename options and keep track of conjecture shape (to facilitate proof reconstruction)
Mon, 26 Apr 2010 21:17:04 +0200 rename options
blanchet [Mon, 26 Apr 2010 21:17:04 +0200] rev 36399
rename options
Mon, 26 Apr 2010 21:16:35 +0200 make "neg_clausify" return a list of lists of clauses, so that it's possible to see which clause comes from which theorem
blanchet [Mon, 26 Apr 2010 21:16:35 +0200] rev 36398
make "neg_clausify" return a list of lists of clauses, so that it's possible to see which clause comes from which theorem
Mon, 26 Apr 2010 21:14:28 +0200 remove needless code that was copy-pasted from Quickcheck (where it made sense)
blanchet [Mon, 26 Apr 2010 21:14:28 +0200] rev 36397
remove needless code that was copy-pasted from Quickcheck (where it made sense)
Sun, 25 Apr 2010 15:30:33 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 15:30:33 +0200] rev 36396
cosmetics
Sun, 25 Apr 2010 15:04:20 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 15:04:20 +0200] rev 36395
cosmetics
Sun, 25 Apr 2010 14:40:36 +0200 move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
blanchet [Sun, 25 Apr 2010 14:40:36 +0200] rev 36394
move "neg_clausify" method and "clausify" attribute to "sledgehammer_isar.ML"
Sun, 25 Apr 2010 11:38:46 +0200 support readable names even when Isar proof reconstruction is enabled -- useful for debugging
blanchet [Sun, 25 Apr 2010 11:38:46 +0200] rev 36393
support readable names even when Isar proof reconstruction is enabled -- useful for debugging
Sun, 25 Apr 2010 10:22:31 +0200 cosmetics: rename internal functions
blanchet [Sun, 25 Apr 2010 10:22:31 +0200] rev 36392
cosmetics: rename internal functions
Sun, 25 Apr 2010 00:33:26 +0200 cosmetics
blanchet [Sun, 25 Apr 2010 00:33:26 +0200] rev 36391
cosmetics
Sun, 25 Apr 2010 00:25:44 +0200 remove "show_skolems" option and change style of record declarations
blanchet [Sun, 25 Apr 2010 00:25:44 +0200] rev 36390
remove "show_skolems" option and change style of record declarations
Sun, 25 Apr 2010 00:10:30 +0200 remove "skolemize" option from Nitpick, since Skolemization is always useful
blanchet [Sun, 25 Apr 2010 00:10:30 +0200] rev 36389
remove "skolemize" option from Nitpick, since Skolemization is always useful
Sat, 24 Apr 2010 17:48:21 +0200 removed Nitpick's "uncurry" option
blanchet [Sat, 24 Apr 2010 17:48:21 +0200] rev 36388
removed Nitpick's "uncurry" option
Sat, 24 Apr 2010 16:44:45 +0200 fix typesetting
blanchet [Sat, 24 Apr 2010 16:44:45 +0200] rev 36387
fix typesetting
Sat, 24 Apr 2010 16:43:03 +0200 Fruhjahrsputz: remove three mostly useless Nitpick options
blanchet [Sat, 24 Apr 2010 16:43:03 +0200] rev 36386
Fruhjahrsputz: remove three mostly useless Nitpick options
Sat, 24 Apr 2010 16:33:01 +0200 remove type annotations as comments;
blanchet [Sat, 24 Apr 2010 16:33:01 +0200] rev 36385
remove type annotations as comments; Nitpick is now 1136 lines shorter
Sat, 24 Apr 2010 16:17:30 +0200 cosmetics
blanchet [Sat, 24 Apr 2010 16:17:30 +0200] rev 36384
cosmetics
Sat, 24 Apr 2010 16:05:42 +0200 better error reporting;
blanchet [Sat, 24 Apr 2010 16:05:42 +0200] rev 36383
better error reporting; in particular, users shouldn't panic if "metis" can prove "False", especially in "neg_clausify"-style proofs
Fri, 23 Apr 2010 19:36:49 +0200 cosmetics
blanchet [Fri, 23 Apr 2010 19:36:49 +0200] rev 36382
cosmetics
Fri, 23 Apr 2010 19:26:39 +0200 reuse timestamp function
blanchet [Fri, 23 Apr 2010 19:26:39 +0200] rev 36381
reuse timestamp function
Fri, 23 Apr 2010 19:18:39 +0200 stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name
blanchet [Fri, 23 Apr 2010 19:18:39 +0200] rev 36380
stop referring to Sledgehammer_Util stuff all over Nitpick code; instead, redeclare any needed function in Nitpick_Util as synonym for the Sledgehammer_Util function of the same name
Fri, 23 Apr 2010 19:16:52 +0200 make "ATP_Manager.get_prover" a total function, since we always want to show the same error text
blanchet [Fri, 23 Apr 2010 19:16:52 +0200] rev 36379
make "ATP_Manager.get_prover" a total function, since we always want to show the same error text
Fri, 23 Apr 2010 19:12:49 +0200 remove some bloat
blanchet [Fri, 23 Apr 2010 19:12:49 +0200] rev 36378
remove some bloat
Fri, 23 Apr 2010 18:11:41 +0200 now rename the file "atp_wrapper.ML" to "atp_systems.ML" + fix typo in "SystemOnTPTP" script
blanchet [Fri, 23 Apr 2010 18:11:41 +0200] rev 36377
now rename the file "atp_wrapper.ML" to "atp_systems.ML" + fix typo in "SystemOnTPTP" script
Fri, 23 Apr 2010 18:06:41 +0200 renamed module "ATP_Wrapper" to "ATP_Systems"
blanchet [Fri, 23 Apr 2010 18:06:41 +0200] rev 36376
renamed module "ATP_Wrapper" to "ATP_Systems"
Fri, 23 Apr 2010 17:38:25 +0200 move the minimizer to the Sledgehammer directory
blanchet [Fri, 23 Apr 2010 17:38:25 +0200] rev 36375
move the minimizer to the Sledgehammer directory
Fri, 23 Apr 2010 16:59:48 +0200 remove debugging code
blanchet [Fri, 23 Apr 2010 16:59:48 +0200] rev 36374
remove debugging code
Fri, 23 Apr 2010 16:55:51 +0200 move some sledgehammer stuff out of "atp_manager.ML"
blanchet [Fri, 23 Apr 2010 16:55:51 +0200] rev 36373
move some sledgehammer stuff out of "atp_manager.ML"
Fri, 23 Apr 2010 16:21:47 +0200 give an error if no ATP is set
blanchet [Fri, 23 Apr 2010 16:21:47 +0200] rev 36372
give an error if no ATP is set
Fri, 23 Apr 2010 16:15:35 +0200 move the Sledgehammer menu options to "sledgehammer_isar.ML"
blanchet [Fri, 23 Apr 2010 16:15:35 +0200] rev 36371
move the Sledgehammer menu options to "sledgehammer_isar.ML"
Fri, 23 Apr 2010 15:48:34 +0200 centralized ATP-specific error handling in "atp_wrapper.ML"
blanchet [Fri, 23 Apr 2010 15:48:34 +0200] rev 36370
centralized ATP-specific error handling in "atp_wrapper.ML"
Fri, 23 Apr 2010 13:16:50 +0200 handle ATP proof delimiters in a cleaner, more extensible fashion
blanchet [Fri, 23 Apr 2010 13:16:50 +0200] rev 36369
handle ATP proof delimiters in a cleaner, more extensible fashion
Mon, 26 Apr 2010 22:59:28 +0200 merged
wenzelm [Mon, 26 Apr 2010 22:59:28 +0200] rev 36368
merged
Mon, 26 Apr 2010 11:08:49 -0700 fix another if-then-else parse error
huffman [Mon, 26 Apr 2010 11:08:49 -0700] rev 36367
fix another if-then-else parse error
Mon, 26 Apr 2010 10:57:04 -0700 fix if-then-else parse error
huffman [Mon, 26 Apr 2010 10:57:04 -0700] rev 36366
fix if-then-else parse error
Mon, 26 Apr 2010 09:45:22 -0700 merged
huffman [Mon, 26 Apr 2010 09:45:22 -0700] rev 36365
merged
Mon, 26 Apr 2010 09:37:46 -0700 fix syntax precedence declarations for UNION, INTER, SUP, INF
huffman [Mon, 26 Apr 2010 09:37:46 -0700] rev 36364
fix syntax precedence declarations for UNION, INTER, SUP, INF
Mon, 26 Apr 2010 09:26:31 -0700 syntax precedence for If and Let
huffman [Mon, 26 Apr 2010 09:26:31 -0700] rev 36363
syntax precedence for If and Let
Mon, 26 Apr 2010 09:21:25 -0700 fix lots of looping simp calls and other warnings
huffman [Mon, 26 Apr 2010 09:21:25 -0700] rev 36362
fix lots of looping simp calls and other warnings
Sun, 25 Apr 2010 23:22:29 -0700 fix duplicate simp rule warnings
huffman [Sun, 25 Apr 2010 23:22:29 -0700] rev 36361
fix duplicate simp rule warnings
Sun, 25 Apr 2010 20:48:19 -0700 define finer-than ordering on net type; move some theorems into Limits.thy
huffman [Sun, 25 Apr 2010 20:48:19 -0700] rev 36360
define finer-than ordering on net type; move some theorems into Limits.thy
(0) -30000 -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 +30000 tip