hoelzl [Wed, 23 Feb 2011 11:40:12 +0100] rev 41831
use measure_preserving in ..._vimage lemmas
hoelzl [Wed, 23 Feb 2011 11:33:45 +0100] rev 41830
log is borel measurable
hoelzl [Tue, 22 Feb 2011 16:07:23 +0100] rev 41829
add name continuous_isCont to unnamed lemma
noschinl [Wed, 23 Feb 2011 11:23:26 +0100] rev 41828
add example for case_product usage
noschinl [Wed, 23 Feb 2011 11:23:26 +0100] rev 41827
setup case_product attribute in HOL and FOL
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(-)
blanchet [Wed, 23 Feb 2011 11:18:10 +0100] rev 41825
merged
blanchet [Wed, 23 Feb 2011 11:17:48 +0100] rev 41824
remove confusing message
krauss [Wed, 23 Feb 2011 11:16:56 +0100] rev 41823
eliminated remdps in favor of List.remdups
krauss [Wed, 23 Feb 2011 11:15:06 +0100] rev 41822
recdef -> fun
krauss [Wed, 23 Feb 2011 10:48:57 +0100] rev 41821
recdef -> fun
wenzelm [Tue, 22 Feb 2011 21:54:56 +0100] rev 41820
updated generated file;
wenzelm [Tue, 22 Feb 2011 19:44:15 +0100] rev 41819
scale parallel_proofs_threshold with max_threads_value to improve saturation of cores;
wenzelm [Tue, 22 Feb 2011 17:06:14 +0100] rev 41818
modernized specifications;
krauss [Tue, 22 Feb 2011 16:47:18 +0100] rev 41817
dropped obsolete FIXMEs
wenzelm [Mon, 21 Feb 2011 23:54:53 +0100] rev 41816
merged, resolving spurious conflicts and giving up Reflected_Multivariate_Polynomial.thy from ab5d2d81f9fb;
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41815
eliminated global prems
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41814
modernized specification; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41813
recdef -> fun; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41812
recdef -> fun; curried
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41811
strengthened polymul.induct
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41810
dropped stupid name
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41809
removed duplicate declarations
krauss [Mon, 21 Feb 2011 23:14:36 +0100] rev 41808
recdef -> function
wenzelm [Mon, 21 Feb 2011 23:47:19 +0100] rev 41807
tuned proofs -- eliminated prems;
blanchet [Mon, 21 Feb 2011 18:29:47 +0100] rev 41806
merged
blanchet [Mon, 21 Feb 2011 18:28:28 +0100] rev 41805
adjust example
blanchet [Mon, 21 Feb 2011 18:02:14 +0100] rev 41804
document new "preconstr" option
blanchet [Mon, 21 Feb 2011 17:36:32 +0100] rev 41803
more work on "fix_datatype_vals" optimization (renamed "preconstruct")
blanchet [Mon, 21 Feb 2011 16:33:21 +0100] rev 41802
more work on "fix_datatype_vals"
blanchet [Mon, 21 Feb 2011 15:45:44 +0100] rev 41801
first steps in implementing "fix_datatype_vals" optimization
blanchet [Mon, 21 Feb 2011 14:02:07 +0100] rev 41800
better fudge factors for CVC3 and Yices based on Judgment Day
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
wenzelm [Mon, 21 Feb 2011 17:43:23 +0100] rev 41798
modernized specifications;
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41797
rename Nitpick's (internal) auxiliary lemmas
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41796
updated docs w.r.t. "nitpick_unfold" attribute
blanchet [Mon, 21 Feb 2011 11:50:38 +0100] rev 41795
improve optimization
blanchet [Mon, 21 Feb 2011 11:50:37 +0100] rev 41794
updated docs
blanchet [Mon, 21 Feb 2011 11:50:31 +0100] rev 41793
tweaked Nitpick based on C++ memory model example
blanchet [Mon, 21 Feb 2011 10:44:19 +0100] rev 41792
renamed "nitpick\_def" to "nitpick_unfold" to reflect its new semantics
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"
blanchet [Mon, 21 Feb 2011 10:31:48 +0100] rev 41790
give more weight to Frees than to Consts in relevance filter
blanchet [Mon, 21 Feb 2011 10:29:13 +0100] rev 41789
don't distinguish between "fixes" and other free variables -- this confuses users
blanchet [Mon, 21 Feb 2011 10:29:00 +0100] rev 41788
added a timeout around SMT preprocessing (notably monomorphization)
blanchet [Mon, 21 Feb 2011 10:03:48 +0100] rev 41787
comments to find fudge factors easily
boehmes [Mon, 21 Feb 2011 09:19:44 +0100] rev 41786
added test cases with quantifier occurring in first-order term positions
boehmes [Mon, 21 Feb 2011 09:14:48 +0100] rev 41785
wrap occurrences of quantifiers in first-order terms (i.e., outside first-order formulas) in If-expressions
haftmann [Sat, 19 Feb 2011 08:47:46 +0100] rev 41784
dropped redundancy
haftmann [Sat, 19 Feb 2011 08:39:05 +0100] rev 41783
merged
haftmann [Thu, 17 Feb 2011 09:31:29 +0100] rev 41782
added is_IAbs; tuned brackets and comments
haftmann [Thu, 17 Feb 2011 09:31:29 +0100] rev 41781
more idiomatic printing of let cascades and type variable constraints
wenzelm [Fri, 18 Feb 2011 17:05:19 +0100] rev 41780
merged
wenzelm [Fri, 18 Feb 2011 17:03:30 +0100] rev 41779
modernized specifications;
wenzelm [Fri, 18 Feb 2011 16:36:42 +0100] rev 41778
modernized specifications;
wenzelm [Fri, 18 Feb 2011 16:22:27 +0100] rev 41777
more precise headers;
wenzelm [Fri, 18 Feb 2011 16:11:58 +0100] rev 41776
less verbose tracing;