2011-11-06 cascading timeouts in minimizer, part 2
blanchet [Sun, 06 Nov 2011 14:23:04 +0100] rev 45372
cascading timeouts in minimizer, part 2
2011-11-06 tuning
blanchet [Sun, 06 Nov 2011 14:05:57 +0100] rev 45371
tuning
2011-11-06 use "Time.time" rather than milliseconds internally
blanchet [Sun, 06 Nov 2011 13:57:17 +0100] rev 45370
use "Time.time" rather than milliseconds internally
2011-11-06 tune: no need for option
blanchet [Sun, 06 Nov 2011 13:46:26 +0100] rev 45369
tune: no need for option
2011-11-06 cascading timeouts in minimizer
blanchet [Sun, 06 Nov 2011 13:37:49 +0100] rev 45368
cascading timeouts in minimizer
2011-11-06 shortcut binary minimization algorithm
blanchet [Sun, 06 Nov 2011 13:32:13 +0100] rev 45367
shortcut binary minimization algorithm
2011-11-06 speed up binary minimizer in practice by preferring the first half of the used facts (which are likelier to be relevant) to the second half
blanchet [Sun, 06 Nov 2011 11:51:35 +0100] rev 45366
speed up binary minimizer in practice by preferring the first half of the used facts (which are likelier to be relevant) to the second half
2011-11-06 renamed experimental systems
blanchet [Sun, 06 Nov 2011 11:16:37 +0100] rev 45365
renamed experimental systems
2011-11-06 repaired quantification over type variables for non-TFF1/THF encodings
blanchet [Sun, 06 Nov 2011 11:13:47 +0100] rev 45364
repaired quantification over type variables for non-TFF1/THF encodings
2011-11-06 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 18:42:15 +0100] rev 45363
misc tuning and modernization; more antiquotations;
2011-11-06 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 17:53:32 +0100] rev 45362
misc tuning and modernization; more antiquotations;
2011-11-06 tuned;
wenzelm [Sun, 06 Nov 2011 17:05:45 +0100] rev 45361
tuned;
2011-11-06 some statespace benchmarks;
wenzelm [Sun, 06 Nov 2011 17:00:05 +0100] rev 45360
some statespace benchmarks;
2011-11-06 write changed .prv files only, to avoid writing into src file-space by default;
wenzelm [Sun, 06 Nov 2011 16:41:53 +0100] rev 45359
write changed .prv files only, to avoid writing into src file-space by default;
2011-11-06 tuned document;
wenzelm [Sun, 06 Nov 2011 16:29:22 +0100] rev 45358
tuned document; tuned proofs;
2011-11-06 more precise dependencies;
wenzelm [Sun, 06 Nov 2011 16:22:26 +0100] rev 45357
more precise dependencies;
2011-11-06 inlined antiquotations;
wenzelm [Sun, 06 Nov 2011 14:20:41 +0100] rev 45356
inlined antiquotations;
2011-11-06 misc tuning and modernization;
wenzelm [Sun, 06 Nov 2011 14:09:24 +0100] rev 45355
misc tuning and modernization;
2011-11-06 optional timing, to avoid redundant allocation of mutable cells;
wenzelm [Sun, 06 Nov 2011 13:25:41 +0100] rev 45354
optional timing, to avoid redundant allocation of mutable cells;
2011-11-05 tuned;
wenzelm [Sat, 05 Nov 2011 22:41:25 +0100] rev 45353
tuned;
2011-11-05 misc tuning;
wenzelm [Sat, 05 Nov 2011 22:01:19 +0100] rev 45352
misc tuning;
2011-11-05 merged
wenzelm [Sat, 05 Nov 2011 21:36:56 +0100] rev 45351
merged
2011-11-05 more use of global operations (see 98ec8b51af9c)
Christian Urban <urbanc@in.tum.de> [Sat, 05 Nov 2011 12:01:21 +0000] rev 45350
more use of global operations (see 98ec8b51af9c)
2011-11-05 more uniform instT_subst vs. inst_subst: compare variable names only;
wenzelm [Sat, 05 Nov 2011 20:40:30 +0100] rev 45349
more uniform instT_subst vs. inst_subst: compare variable names only;
2011-11-05 tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
wenzelm [Sat, 05 Nov 2011 20:32:12 +0100] rev 45348
tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
2011-11-05 misc tuning and modernization;
wenzelm [Sat, 05 Nov 2011 20:07:38 +0100] rev 45347
misc tuning and modernization;
2011-11-05 some performance tuning via Term_Subst/Same.operation;
wenzelm [Sat, 05 Nov 2011 19:47:22 +0100] rev 45346
some performance tuning via Term_Subst/Same.operation; tuned;
2011-11-05 pruned signature;
wenzelm [Sat, 05 Nov 2011 18:58:40 +0100] rev 45345
pruned signature;
2011-11-05 added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
wenzelm [Sat, 05 Nov 2011 15:00:49 +0100] rev 45344
added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types; tuned;
2011-11-05 more conventional syntax const;
wenzelm [Sat, 05 Nov 2011 10:59:11 +0100] rev 45343
more conventional syntax const;
2011-11-04 proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
wenzelm [Fri, 04 Nov 2011 20:16:42 +0100] rev 45342
proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
2011-11-04 merged
wenzelm [Fri, 04 Nov 2011 17:34:51 +0100] rev 45341
merged
2011-11-04 prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
wenzelm [Fri, 04 Nov 2011 17:19:33 +0100] rev 45340
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
2011-11-04 document new experimental provers
blanchet [Fri, 04 Nov 2011 15:05:59 +0000] rev 45339
document new experimental provers
2011-11-04 added remote iProver(-Eq) for experimentation
blanchet [Fri, 04 Nov 2011 15:05:58 +0000] rev 45338
added remote iProver(-Eq) for experimentation
2011-11-04 merged
wenzelm [Fri, 04 Nov 2011 13:52:19 +0100] rev 45337
merged
2011-11-04 ex/Tree23.thy: automate proof of gfull_add
huffman [Fri, 04 Nov 2011 08:19:24 +0100] rev 45336
ex/Tree23.thy: automate proof of gfull_add
2011-11-04 ex/Tree23.thy: simplify proof of bal_del0
huffman [Fri, 04 Nov 2011 08:00:48 +0100] rev 45335
ex/Tree23.thy: simplify proof of bal_del0
2011-11-04 ex/Tree23.thy: simplify proof of bal_add0
huffman [Fri, 04 Nov 2011 07:37:37 +0100] rev 45334
ex/Tree23.thy: simplify proof of bal_add0
2011-11-04 ex/Tree23.thy: simpler definition of ordered-ness predicate
huffman [Fri, 04 Nov 2011 07:04:34 +0100] rev 45333
ex/Tree23.thy: simpler definition of ordered-ness predicate
2011-11-03 ex/Tree23.thy: prove that deletion preserves balance
huffman [Thu, 03 Nov 2011 17:40:50 +0100] rev 45332
ex/Tree23.thy: prove that deletion preserves balance
2011-11-03 more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
wenzelm [Fri, 04 Nov 2011 00:07:45 +0100] rev 45331
more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
2011-11-03 more general Proof_Context.bind_propp, which allows outer parameters;
wenzelm [Thu, 03 Nov 2011 23:55:53 +0100] rev 45330
more general Proof_Context.bind_propp, which allows outer parameters; obtain: some support for term bindings within the proof, depending on parameters;
2011-11-03 tuned whitespace;
wenzelm [Thu, 03 Nov 2011 23:32:31 +0100] rev 45329
tuned whitespace;
2011-11-03 tuned signature;
wenzelm [Thu, 03 Nov 2011 22:51:37 +0100] rev 45328
tuned signature;
2011-11-03 tuned signature -- canonical argument order;
wenzelm [Thu, 03 Nov 2011 22:23:41 +0100] rev 45327
tuned signature -- canonical argument order;
2011-11-03 tuned -- Variable.declare_term is already part of Variable.auto_fixes;
wenzelm [Thu, 03 Nov 2011 22:15:47 +0100] rev 45326
tuned -- Variable.declare_term is already part of Variable.auto_fixes;
2011-11-03 ex/Tree23.thy: prove that insertion preserves tree balance and order
huffman [Thu, 03 Nov 2011 11:18:06 +0100] rev 45325
ex/Tree23.thy: prove that insertion preserves tree balance and order
2011-11-03 more IMP fragments
kleing [Thu, 03 Nov 2011 18:10:47 +1100] rev 45324
more IMP fragments
2011-11-03 string -> vname
kleing [Thu, 03 Nov 2011 18:10:13 +1100] rev 45323
string -> vname
2011-11-03 JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
kleing [Thu, 03 Nov 2011 16:22:29 +1100] rev 45322
JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
2011-11-03 more IMP text fragments
kleing [Thu, 03 Nov 2011 15:54:19 +1100] rev 45321
more IMP text fragments
2011-11-02 moved latex generation for HOL-IMP out of distribution
kleing [Thu, 03 Nov 2011 10:29:05 +1100] rev 45320
moved latex generation for HOL-IMP out of distribution
2011-11-01 renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
bulwahn [Tue, 01 Nov 2011 10:05:28 +0100] rev 45319
renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
2011-10-31 merged
bulwahn [Mon, 31 Oct 2011 19:12:41 +0100] rev 45318
merged
2011-10-31 more robust, declarative and unsurprising computation of types in the quotient type definition
bulwahn [Mon, 31 Oct 2011 18:29:25 +0100] rev 45317
more robust, declarative and unsurprising computation of types in the quotient type definition
2011-10-31 improve handling of bound type variables (esp. for TFF1)
blanchet [Mon, 31 Oct 2011 17:51:01 +0100] rev 45316
improve handling of bound type variables (esp. for TFF1)
2011-10-31 improved TFF1 output
blanchet [Mon, 31 Oct 2011 17:51:01 +0100] rev 45315
improved TFF1 output
2011-10-31 clarified signature
bulwahn [Mon, 31 Oct 2011 08:50:35 +0100] rev 45314
clarified signature
2011-10-31 tuned
bulwahn [Mon, 31 Oct 2011 08:43:21 +0100] rev 45313
tuned
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip