Fri, 25 Feb 2011 16:57:44 +0100 reactivate time measurement (partly reverting c27b0b37041a);
krauss [Fri, 25 Feb 2011 16:57:44 +0100] rev 41845
reactivate time measurement (partly reverting c27b0b37041a); export pretty_theorem, to display both internal or external facts
Fri, 25 Feb 2011 16:57:43 +0100 generalize find_theorems filters to work on raw propositions, too
krauss [Fri, 25 Feb 2011 16:57:43 +0100] rev 41844
generalize find_theorems filters to work on raw propositions, too
Fri, 25 Feb 2011 14:25:52 +0100 merged
nipkow [Fri, 25 Feb 2011 14:25:52 +0100] rev 41843
merged
Fri, 25 Feb 2011 14:25:41 +0100 added simp lemma nth_Cons_pos to List
nipkow [Fri, 25 Feb 2011 14:25:41 +0100] rev 41842
added simp lemma nth_Cons_pos to List
Fri, 25 Feb 2011 12:16:18 +0100 Refactor find_theorems to provide a more general filter_facts method
noschinl [Fri, 25 Feb 2011 12:16:18 +0100] rev 41841
Refactor find_theorems to provide a more general filter_facts method
Fri, 25 Feb 2011 08:46:52 +0100 removed dead code/unused exports/speculative generality
krauss [Fri, 25 Feb 2011 08:46:52 +0100] rev 41840
removed dead code/unused exports/speculative generality
Thu, 24 Feb 2011 21:54:28 +0100 recdef -> fun(ction)
krauss [Thu, 24 Feb 2011 21:54:28 +0100] rev 41839
recdef -> fun(ction)
Thu, 24 Feb 2011 20:52:05 +0100 removed unused lemma
krauss [Thu, 24 Feb 2011 20:52:05 +0100] rev 41838
removed unused lemma
Thu, 24 Feb 2011 17:54:36 +0100 recdef -> fun(ction);
krauss [Thu, 24 Feb 2011 17:54:36 +0100] rev 41837
recdef -> fun(ction); tuned
Thu, 24 Feb 2011 17:38:05 +0100 eliminated clones of List.upto
krauss [Thu, 24 Feb 2011 17:38:05 +0100] rev 41836
eliminated clones of List.upto
Wed, 23 Feb 2011 17:40:28 +0100 fix non-exhaustive pattern match in find_theorems
noschinl [Wed, 23 Feb 2011 17:40:28 +0100] rev 41835
fix non-exhaustive pattern match in find_theorems
Wed, 23 Feb 2011 11:42:01 +0100 merged
hoelzl [Wed, 23 Feb 2011 11:42:01 +0100] rev 41834
merged
Wed, 23 Feb 2011 11:40:18 +0100 add lemma KL_divergence_vimage, mutual_information_generic
hoelzl [Wed, 23 Feb 2011 11:40:18 +0100] rev 41833
add lemma KL_divergence_vimage, mutual_information_generic
Wed, 23 Feb 2011 11:40:17 +0100 add lemma RN_deriv_vimage
hoelzl [Wed, 23 Feb 2011 11:40:17 +0100] rev 41832
add lemma RN_deriv_vimage
Wed, 23 Feb 2011 11:40:12 +0100 use measure_preserving in ..._vimage lemmas
hoelzl [Wed, 23 Feb 2011 11:40:12 +0100] rev 41831
use measure_preserving in ..._vimage lemmas
Wed, 23 Feb 2011 11:33:45 +0100 log is borel measurable
hoelzl [Wed, 23 Feb 2011 11:33:45 +0100] rev 41830
log is borel measurable
Tue, 22 Feb 2011 16:07:23 +0100 add name continuous_isCont to unnamed lemma
hoelzl [Tue, 22 Feb 2011 16:07:23 +0100] rev 41829
add name continuous_isCont to unnamed lemma
Wed, 23 Feb 2011 11:23:26 +0100 add example for case_product usage
noschinl [Wed, 23 Feb 2011 11:23:26 +0100] rev 41828
add example for case_product usage
Wed, 23 Feb 2011 11:23:26 +0100 setup case_product attribute in HOL and FOL
noschinl [Wed, 23 Feb 2011 11:23:26 +0100] rev 41827
setup case_product attribute in HOL and FOL
Wed, 08 Dec 2010 18:18:36 +0100 introduce attribute case_prod for combining case rules
noschinl [Wed, 08 Dec 2010 18:18:36 +0100] rev 41826
introduce attribute case_prod for combining case rules * * * [PATCH 1/9] Make tac independent of consumes From 1a53ef4c070f924ff8e69529b0c1b13fa2844722 Mon Sep 17 00:00:00 2001 --- case_product.ML | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) * * * [PATCH 2/9] Replace MRS by OF From da55d08ae287bfdc18dec554067b45a3e298c243 Mon Sep 17 00:00:00 2001 --- case_product.ML | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) * * * [PATCH 3/9] Clean up tactic From d26d50caaa3526c8c0625d7395467c6914f1a8d9 Mon Sep 17 00:00:00 2001 --- case_product.ML | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) * * * [PATCH 4/9] Move out get_consumes a bit more From 6ed5415f29cc43cea30c216edb1e74ec6c0f6c33 Mon Sep 17 00:00:00 2001 --- case_product.ML | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) * * * [PATCH 5/9] Clean up tactic From d301cfe6377e9f7db74b190fb085e0e66eeadfb5 Mon Sep 17 00:00:00 2001 --- case_product.ML | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) * * * [PATCH 6/9] Cleanup build_concl_prems From c30889e131e74a92caac5b1e6d3d816890406ca7 Mon Sep 17 00:00:00 2001 --- case_product.ML | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) * * * [PATCH 7/9] Split logic & annotation a bit From e065606118308c96e013fad72ab9ad89b5a4b945 Mon Sep 17 00:00:00 2001 --- case_product.ML | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) * * * [PATCH 8/9] Remove dependency on consumes attribute From e2a4de044481586d6127bbabd0ef48d0e3ab57c0 Mon Sep 17 00:00:00 2001 --- case_product.ML | 46 ++++++++++++++++++++++------------------------ 1 files changed, 22 insertions(+), 24 deletions(-) * * * [PATCH 9/9] whitespace From 59f5036bd8f825da4a362970292a34ec06c0f1a2 Mon Sep 17 00:00:00 2001 --- case_product.ML | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Wed, 23 Feb 2011 11:18:10 +0100 merged
blanchet [Wed, 23 Feb 2011 11:18:10 +0100] rev 41825
merged
Wed, 23 Feb 2011 11:17:48 +0100 remove confusing message
blanchet [Wed, 23 Feb 2011 11:17:48 +0100] rev 41824
remove confusing message
Wed, 23 Feb 2011 11:16:56 +0100 eliminated remdps in favor of List.remdups
krauss [Wed, 23 Feb 2011 11:16:56 +0100] rev 41823
eliminated remdps in favor of List.remdups
Wed, 23 Feb 2011 11:15:06 +0100 recdef -> fun
krauss [Wed, 23 Feb 2011 11:15:06 +0100] rev 41822
recdef -> fun
Wed, 23 Feb 2011 10:48:57 +0100 recdef -> fun
krauss [Wed, 23 Feb 2011 10:48:57 +0100] rev 41821
recdef -> fun
Tue, 22 Feb 2011 21:54:56 +0100 updated generated file;
wenzelm [Tue, 22 Feb 2011 21:54:56 +0100] rev 41820
updated generated file;
Tue, 22 Feb 2011 19:44:15 +0100 scale parallel_proofs_threshold with max_threads_value to improve saturation of cores;
wenzelm [Tue, 22 Feb 2011 19:44:15 +0100] rev 41819
scale parallel_proofs_threshold with max_threads_value to improve saturation of cores;
Tue, 22 Feb 2011 17:06:14 +0100 modernized specifications;
wenzelm [Tue, 22 Feb 2011 17:06:14 +0100] rev 41818
modernized specifications;
Tue, 22 Feb 2011 16:47:18 +0100 dropped obsolete FIXMEs
krauss [Tue, 22 Feb 2011 16:47:18 +0100] rev 41817
dropped obsolete FIXMEs
Mon, 21 Feb 2011 23:54:53 +0100 merged, resolving spurious conflicts and giving up Reflected_Multivariate_Polynomial.thy from ab5d2d81f9fb;
wenzelm [Mon, 21 Feb 2011 23:54:53 +0100] rev 41816
merged, resolving spurious conflicts and giving up Reflected_Multivariate_Polynomial.thy from ab5d2d81f9fb;
Mon, 21 Feb 2011 23:14:36 +0100 eliminated global prems
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41815
eliminated global prems
Mon, 21 Feb 2011 23:14:36 +0100 modernized specification; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41814
modernized specification; curried
Mon, 21 Feb 2011 23:14:36 +0100 recdef -> fun; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41813
recdef -> fun; curried
Mon, 21 Feb 2011 23:14:36 +0100 recdef -> fun; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41812
recdef -> fun; curried
Mon, 21 Feb 2011 23:14:36 +0100 strengthened polymul.induct
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41811
strengthened polymul.induct
Mon, 21 Feb 2011 23:14:36 +0100 dropped stupid name
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41810
dropped stupid name
Mon, 21 Feb 2011 23:14:36 +0100 removed duplicate declarations
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41809
removed duplicate declarations
Mon, 21 Feb 2011 23:14:36 +0100 recdef -> function
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41808
recdef -> function
Mon, 21 Feb 2011 23:47:19 +0100 tuned proofs -- eliminated prems;
wenzelm [Mon, 21 Feb 2011 23:47:19 +0100] rev 41807
tuned proofs -- eliminated prems;
Mon, 21 Feb 2011 18:29:47 +0100 merged
blanchet [Mon, 21 Feb 2011 18:29:47 +0100] rev 41806
merged
Mon, 21 Feb 2011 18:28:28 +0100 adjust example
blanchet [Mon, 21 Feb 2011 18:28:28 +0100] rev 41805
adjust example
Mon, 21 Feb 2011 18:02:14 +0100 document new "preconstr" option
blanchet [Mon, 21 Feb 2011 18:02:14 +0100] rev 41804
document new "preconstr" option
Mon, 21 Feb 2011 17:36:32 +0100 more work on "fix_datatype_vals" optimization (renamed "preconstruct")
blanchet [Mon, 21 Feb 2011 17:36:32 +0100] rev 41803
more work on "fix_datatype_vals" optimization (renamed "preconstruct")
Mon, 21 Feb 2011 16:33:21 +0100 more work on "fix_datatype_vals"
blanchet [Mon, 21 Feb 2011 16:33:21 +0100] rev 41802
more work on "fix_datatype_vals"
Mon, 21 Feb 2011 15:45:44 +0100 first steps in implementing "fix_datatype_vals" optimization
blanchet [Mon, 21 Feb 2011 15:45:44 +0100] rev 41801
first steps in implementing "fix_datatype_vals" optimization
Mon, 21 Feb 2011 14:02:07 +0100 better fudge factors for CVC3 and Yices based on Judgment Day
blanchet [Mon, 21 Feb 2011 14:02:07 +0100] rev 41800
better fudge factors for CVC3 and Yices based on Judgment Day
Mon, 21 Feb 2011 13:59:44 +0100 exit code 127 can mean many things -- not just (and probably not) Perl missing
blanchet [Mon, 21 Feb 2011 13:59:44 +0100] rev 41799
exit code 127 can mean many things -- not just (and probably not) Perl missing
Mon, 21 Feb 2011 17:43:23 +0100 modernized specifications;
wenzelm [Mon, 21 Feb 2011 17:43:23 +0100] rev 41798
modernized specifications;
Mon, 21 Feb 2011 11:50:38 +0100 rename Nitpick's (internal) auxiliary lemmas
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41797
rename Nitpick's (internal) auxiliary lemmas
Mon, 21 Feb 2011 11:50:38 +0100 updated docs w.r.t. "nitpick_unfold" attribute
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41796
updated docs w.r.t. "nitpick_unfold" attribute
Mon, 21 Feb 2011 11:50:38 +0100 improve optimization
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41795
improve optimization
Mon, 21 Feb 2011 11:50:37 +0100 updated docs
blanchet [Mon, 21 Feb 2011 11:50:37 +0100] rev 41794
updated docs
Mon, 21 Feb 2011 11:50:31 +0100 tweaked Nitpick based on C++ memory model example
blanchet [Mon, 21 Feb 2011 11:50:31 +0100] rev 41793
tweaked Nitpick based on C++ memory model example
Mon, 21 Feb 2011 10:44:19 +0100 renamed "nitpick\_def" to "nitpick_unfold" to reflect its new semantics
blanchet [Mon, 21 Feb 2011 10:44:19 +0100] rev 41792
renamed "nitpick\_def" to "nitpick_unfold" to reflect its new semantics
Mon, 21 Feb 2011 10:42:29 +0100 always unfold constant defitions marked with "nitpick_def" -- to prevent unfolding, there's already "nitpick_simp"
blanchet [Mon, 21 Feb 2011 10:42:29 +0100] rev 41791
always unfold constant defitions marked with "nitpick_def" -- to prevent unfolding, there's already "nitpick_simp"
Mon, 21 Feb 2011 10:31:48 +0100 give more weight to Frees than to Consts in relevance filter
blanchet [Mon, 21 Feb 2011 10:31:48 +0100] rev 41790
give more weight to Frees than to Consts in relevance filter
Mon, 21 Feb 2011 10:29:13 +0100 don't distinguish between "fixes" and other free variables -- this confuses users
blanchet [Mon, 21 Feb 2011 10:29:13 +0100] rev 41789
don't distinguish between "fixes" and other free variables -- this confuses users
Mon, 21 Feb 2011 10:29:00 +0100 added a timeout around SMT preprocessing (notably monomorphization)
blanchet [Mon, 21 Feb 2011 10:29:00 +0100] rev 41788
added a timeout around SMT preprocessing (notably monomorphization)
Mon, 21 Feb 2011 10:03:48 +0100 comments to find fudge factors easily
blanchet [Mon, 21 Feb 2011 10:03:48 +0100] rev 41787
comments to find fudge factors easily
Mon, 21 Feb 2011 09:19:44 +0100 added test cases with quantifier occurring in first-order term positions
boehmes [Mon, 21 Feb 2011 09:19:44 +0100] rev 41786
added test cases with quantifier occurring in first-order term positions
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip