author | wenzelm |
Sun, 19 Jun 2016 22:51:42 +0200 | |
changeset 63316 | dff40165618c |
parent 63246 | c493859d4267 |
child 63411 | e051eea34990 |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
62098 | 2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or who is |
3 |
listed as an author in one of the source files of this Isabelle distribution. |
|
4 |
||
23382 | 5 |
|
62216 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
62343
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
9 |
* January 2016: Florian Haftmann |
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
10 |
Abolition of compound operators INFIMUM and SUPREMUM |
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
11 |
for complete lattices. |
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
12 |
|
62499 | 13 |
* March 2016: Florian Haftmann |
14 |
Abstract factorial rings with unique factorization. |
|
15 |
||
62652
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62499
diff
changeset
|
16 |
* March 2016: Andreas Lochbihler |
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62499
diff
changeset
|
17 |
Reasoning support for monotonicity, continuity and |
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62499
diff
changeset
|
18 |
admissibility in chain-complete partial orders. |
62216 | 19 |
|
63246 | 20 |
* June 2016: Andreas Lochbihler |
21 |
Formalisation of discrete subprobability distributions. |
|
22 |
||
62016 | 23 |
Contributions to Isabelle2016 |
24 |
----------------------------- |
|
60138 | 25 |
|
62693 | 26 |
* Winter 2016: Jasmin Blanchette, Inria & LORIA & MPII, Aymeric Bouzy, |
62731 | 27 |
Ecole polytechnique, Andreas Lochbihler, ETH Zurich, Andrei Popescu, |
28 |
Middlesex University, and Dmitriy Traytel, ETH Zurich |
|
62693 | 29 |
'corec' command and friends. |
30 |
||
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
31 |
* Winter 2016: Manuel Eberl, TUM |
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
32 |
Support for real exponentiation ("powr") in the "approximation" method. |
62693 | 33 |
(This was removed in Isabelle 2015 due to a changed definition of "powr".) |
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
34 |
|
62138 | 35 |
* Summer 2015 - Winter 2016: Lawrence C Paulson, Cambridge |
36 |
General, homology form of Cauchy's integral theorem and supporting material |
|
62205 | 37 |
(ported from HOL Light). |
62138 | 38 |
|
62118 | 39 |
* Winter 2015/16: Gerwin Klein, NICTA |
62205 | 40 |
New print_record command. |
62118 | 41 |
|
62236 | 42 |
* May - December 2015: Makarius Wenzel |
43 |
Prover IDE improvements. |
|
44 |
More Isar language elements. |
|
45 |
Document language refinements. |
|
46 |
Poly/ML debugger integration. |
|
47 |
Improved multi-platform and multi-architecture support. |
|
48 |
||
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
49 |
* Winter 2015: Manuel Eberl, TUM |
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
50 |
The radius of convergence of power series and various summability tests. |
62064 | 51 |
Harmonic numbers and the Euler-Mascheroni constant. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
52 |
The Generalised Binomial Theorem. |
62064 | 53 |
The complex and real Gamma/log-Gamma/Digamma/Polygamma functions and their |
54 |
most important properties. |
|
62138 | 55 |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
56 |
* Autumn 2015: Manuel Eberl, TUM |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
57 |
Proper definition of division (with remainder) for formal power series; |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
58 |
Euclidean Ring and GCD instance for formal power series. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
59 |
|
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
60 |
* Autumn 2015: Florian Haftmann, TUM |
62064 | 61 |
Rewrite definitions for global interpretations and sublocale declarations. |
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
62 |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
63 |
* Autumn 2015: Andreas Lochbihler |
62064 | 64 |
Bourbaki-Witt fixpoint theorem for increasing functions on chain-complete |
65 |
partial orders. |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
66 |
|
61552
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
67 |
* Autumn 2015: Chaitanya Mangla, Lawrence C Paulson, and Manuel Eberl |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
68 |
A large number of additional binomial identities. |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
69 |
|
60632 | 70 |
* Summer 2015: Daniel Matichuk, NICTA and Makarius Wenzel |
62064 | 71 |
Isar subgoal command for proof structure within unstructured proof scripts. |
60632 | 72 |
|
60434 | 73 |
* Summer 2015: Florian Haftmann, TUM |
60632 | 74 |
Generic partial division in rings as inverse operation of multiplication. |
60434 | 75 |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
76 |
* Summer 2015: Manuel Eberl and Florian Haftmann, TUM |
62064 | 77 |
Type class hierarchy with common algebraic notions of integral (semi)domains |
78 |
like units, associated elements and normalization wrt. units. |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
79 |
|
60804 | 80 |
* Summer 2015: Florian Haftmann, TUM |
81 |
Fundamentals of abstract type class for factorial rings. |
|
82 |
||
60920 | 83 |
* Summer 2015: Julian Biendarra, TUM and Dmitriy Traytel, ETH Zurich |
62064 | 84 |
Command to lift a BNF structure on the raw type to the abstract type for |
85 |
typedefs. |
|
60920 | 86 |
|
62236 | 87 |
* Summer 2014: Jeremy Avigad, Luke Serafin, CMU, and Johannes Hölzl, TUM |
88 |
Proof of the central limit theorem: includes weak convergence, |
|
89 |
characteristic functions, and Levy's uniqueness and continuity theorem. |
|
90 |
||
60138 | 91 |
|
60012 | 92 |
Contributions to Isabelle2015 |
93 |
----------------------------- |
|
57695 | 94 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
95 |
* 2014/2015: Daniel Matichuk, Toby Murray, NICTA and Makarius Wenzel |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
96 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
97 |
|
60260 | 98 |
* Winter 2014 and Spring 2015: Ondrej Kuncar, TUM |
60261 | 99 |
Extension of lift_definition to execute lifted functions that have as a |
100 |
return type a datatype containing a subtype. |
|
60260 | 101 |
|
59980 | 102 |
* March 2015: Jasmin Blanchette, Inria & LORIA & MPII, Mathias Fleury, MPII, |
103 |
and Dmitriy Traytel, TUM |
|
59813 | 104 |
More multiset theorems, syntax, and operations. |
105 |
||
59980 | 106 |
* December 2014: Johannes Hölzl, Manuel Eberl, Sudeep Kanav, TUM, and |
107 |
Jeremy Avigad, Luke Serafin, CMU |
|
108 |
Various integration theorems: mostly integration on intervals and |
|
109 |
substitution. |
|
59092
d469103c0737
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents:
58626
diff
changeset
|
110 |
|
58196
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
111 |
* September 2014: Florian Haftmann, TUM |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
112 |
Lexicographic order on functions and |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
113 |
sum/product over function bodies. |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
114 |
|
58626 | 115 |
* August 2014: Andreas Lochbihler, ETH Zurich |
59980 | 116 |
Test infrastructure for executing generated code in target languages. |
58626 | 117 |
|
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
118 |
* August 2014: Manuel Eberl, TUM |
59980 | 119 |
Generic euclidean algorithms for GCD et al. |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
120 |
|
57695 | 121 |
|
57452 | 122 |
Contributions to Isabelle2014 |
123 |
----------------------------- |
|
54055 | 124 |
|
57513 | 125 |
* July 2014: Thomas Sewell, NICTA |
57516 | 126 |
Preserve equality hypotheses in "clarify" and friends. New |
127 |
"hypsubst_thin" method configuration option. |
|
57513 | 128 |
|
57519 | 129 |
* Summer 2014: Florian Haftmann, TUM |
130 |
Consolidation and generalization of facts concerning (abelian) |
|
131 |
semigroups and monoids, particularly products (resp. sums) on |
|
132 |
finite sets. |
|
57419 | 133 |
|
57216 | 134 |
* Summer 2014: Mathias Fleury, ENS Rennes, and Albert Steckermeier, TUM |
57452 | 135 |
Work on exotic automatic theorem provers for Sledgehammer (LEO-II, |
136 |
veriT, Waldmeister, etc.). |
|
57216 | 137 |
|
57875 | 138 |
* June 2014: Florian Haftmann, TUM |
139 |
Internal reorganisation of the local theory / named target stack. |
|
140 |
||
57254
d3d91422f408
lemmas about the moments of the normal distribution
hoelzl
parents:
57252
diff
changeset
|
141 |
* June 2014: Sudeep Kanav, TUM, Jeremy Avigad, CMU, and Johannes Hölzl, TUM |
57452 | 142 |
Various properties of exponentially, Erlang, and normal distributed |
143 |
random variables. |
|
57235
b0b9a10e4bf4
properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents:
57216
diff
changeset
|
144 |
|
57452 | 145 |
* May 2014: Cezary Kaliszyk, University of Innsbruck, and |
146 |
Jasmin Blanchette, TUM |
|
57030 | 147 |
SML-based engines for MaSh. |
148 |
||
55913 | 149 |
* March 2014: René Thiemann |
55895 | 150 |
Improved code generation for multisets. |
151 |
||
56416 | 152 |
* February 2014: Florian Haftmann, TUM |
57452 | 153 |
Permanent interpretation inside theory, locale and class targets |
154 |
with mixin definitions. |
|
155 |
||
57474 | 156 |
* Spring 2014: Lawrence C Paulson, Cambridge |
157 |
Theory Complex_Basic_Analysis. Tidying up Number_Theory vs Old_Number_Theory |
|
158 |
||
57827 | 159 |
* Winter 2013 and Spring 2014: Ondrej Kuncar, TUM |
160 |
Various improvements to Lifting/Transfer, integration with the BNF package. |
|
161 |
||
57452 | 162 |
* Winter 2013 and Spring 2014: Makarius Wenzel, Université Paris-Sud / LRI |
163 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
56416 | 164 |
|
57452 | 165 |
* Fall 2013 and Winter 2014: Martin Desharnais, Lorenz Panny, |
166 |
Dmitriy Traytel, and Jasmin Blanchette, TUM |
|
167 |
Various improvements to the BNF-based (co)datatype package, |
|
168 |
including a more polished "primcorec" command, optimizations, and |
|
169 |
integration in the "HOL" session. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
170 |
|
57452 | 171 |
* Winter/Spring 2014: Sascha Boehme, QAware GmbH, and |
172 |
Jasmin Blanchette, TUM |
|
173 |
"SMT2" module and "smt2" proof method, based on SMT-LIB 2 and |
|
174 |
Z3 4.3. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
175 |
|
55316
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
176 |
* January 2014: Lars Hupel, TUM |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
177 |
An improved, interactive simplifier trace with integration into the |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
178 |
Isabelle/jEdit Prover IDE. |
54055 | 179 |
|
56416 | 180 |
* December 2013: Florian Haftmann, TUM |
181 |
Consolidation of abstract interpretations concerning min and max. |
|
182 |
||
183 |
* November 2013: Florian Haftmann, TUM |
|
56418 | 184 |
Abolition of negative numeral literals in the logic. |
56416 | 185 |
|
55913 | 186 |
|
53984 | 187 |
Contributions to Isabelle2013-1 |
188 |
------------------------------- |
|
50994 | 189 |
|
54363 | 190 |
* September 2013: Lars Noschinski, TUM |
54364 | 191 |
Conversion between function definitions as list of equations and |
192 |
case expressions in HOL. |
|
193 |
New library Simps_Case_Conv with commands case_of_simps, |
|
194 |
simps_of_case. |
|
54363 | 195 |
|
53396 | 196 |
* September 2013: Nik Sultana, University of Cambridge |
197 |
Improvements to HOL/TPTP parser and import facilities. |
|
198 |
||
54029 | 199 |
* September 2013: Johannes Hölzl and Dmitriy Traytel, TUM |
200 |
New "coinduction" method (residing in HOL-BNF) to avoid boilerplate. |
|
201 |
||
53984 | 202 |
* Summer 2013: Makarius Wenzel, Université Paris-Sud / LRI |
203 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
204 |
||
53613 | 205 |
* Summer 2013: Manuel Eberl, TUM |
206 |
Generation of elimination rules in the function package. |
|
207 |
New command "fun_cases". |
|
208 |
||
54051 | 209 |
* Summer 2013: Christian Sternagel, JAIST |
210 |
Improved support for ad hoc overloading of constants, including |
|
211 |
documentation and examples. |
|
212 |
||
53396 | 213 |
* Spring and Summer 2013: Lorenz Panny, Dmitriy Traytel, and |
214 |
Jasmin Blanchette, TUM |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
215 |
Various improvements to the BNF-based (co)datatype package, including |
54010 | 216 |
"primrec_new" and "primcorec" commands and a compatibility layer. |
53307 | 217 |
|
54021 | 218 |
* Spring and Summer 2013: Ondrej Kuncar, TUM |
54035 | 219 |
Various improvements of Lifting and Transfer packages. |
54021 | 220 |
|
221 |
* Spring 2013: Brian Huffman, Galois Inc. |
|
54035 | 222 |
Improvements of the Transfer package. |
54051 | 223 |
|
53728 | 224 |
* Summer 2013: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
225 |
Jasmin Blanchette, TUM |
|
226 |
Various improvements to MaSh, including a server mode. |
|
227 |
||
228 |
* First half of 2013: Steffen Smolka, TUM |
|
229 |
Further improvements to Sledgehammer's Isar proof generator. |
|
230 |
||
52485 | 231 |
* May 2013: Florian Haftmann, TUM |
232 |
Ephemeral interpretation in local theories. |
|
233 |
||
52266 | 234 |
* May 2013: Lukas Bulwahn and Nicolai Schaffroth, TUM |
53164
beb4ee344c22
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
wenzelm
parents:
52896
diff
changeset
|
235 |
Spec_Check: A Quickcheck tool for Isabelle/ML. |
52266 | 236 |
|
51682 | 237 |
* April 2013: Stefan Berghofer, secunet Security Networks AG |
238 |
Dmitriy Traytel, TUM |
|
239 |
Makarius Wenzel, Université Paris-Sud / LRI |
|
240 |
Case translations as a separate check phase independent of the |
|
241 |
datatype package. |
|
242 |
||
51487 | 243 |
* March 2013: Florian Haftmann, TUM |
51489 | 244 |
Reform of "big operators" on sets. |
245 |
||
246 |
* March 2013: Florian Haftmann, TUM |
|
51487 | 247 |
Algebraic locale hierarchy for orderings and (semi)lattices. |
248 |
||
52503 | 249 |
* February 2013: Florian Haftmann, TUM |
250 |
Reworking and consolidation of code generation for target language |
|
251 |
numerals. |
|
51167 | 252 |
|
52503 | 253 |
* February 2013: Florian Haftmann, TUM |
51173 | 254 |
Sieve of Eratosthenes. |
255 |
||
51167 | 256 |
|
50993 | 257 |
Contributions to Isabelle2013 |
258 |
----------------------------- |
|
47887 | 259 |
|
49532 | 260 |
* 2012: Makarius Wenzel, Université Paris-Sud / LRI |
261 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
262 |
||
50648 | 263 |
* Fall 2012: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
50222 | 264 |
Jasmin Blanchette, TUM |
265 |
Implemented Machine Learning for Sledgehammer (MaSh). |
|
266 |
||
50219 | 267 |
* Fall 2012: Steffen Smolka, TUM |
50648 | 268 |
Various improvements to Sledgehammer's Isar proof generator, |
269 |
including a smart type annotation algorithm and proof shrinking. |
|
50219 | 270 |
|
50573 | 271 |
* December 2012: Alessandro Coglio, Kestrel |
50991 | 272 |
Contributions to HOL's Lattice library. |
50573 | 273 |
|
50142 | 274 |
* November 2012: Fabian Immler, TUM |
50184 | 275 |
"Symbols" dockable for Isabelle/jEdit. |
276 |
||
277 |
* November 2012: Fabian Immler, TUM |
|
278 |
Proof of the Daniell-Kolmogorov theorem: the existence of the limit |
|
279 |
of projective families. |
|
50142 | 280 |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
281 |
* October 2012: Andreas Lochbihler, KIT |
50184 | 282 |
Efficient construction of red-black trees from sorted associative |
283 |
lists. |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
284 |
|
49190 | 285 |
* September 2012: Florian Haftmann, TUM |
286 |
Lattice instances for type option. |
|
287 |
||
49145 | 288 |
* September 2012: Christian Sternagel, JAIST |
289 |
Consolidated HOL/Library (theories: Prefix_Order, Sublist, and |
|
290 |
Sublist_Order) w.r.t. prefixes, suffixes, and embedding on lists. |
|
291 |
||
48977 | 292 |
* August 2012: Dmitriy Traytel, Andrei Popescu, Jasmin Blanchette, TUM |
49510
ba50d204095e
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents:
49481
diff
changeset
|
293 |
New BNF-based (co)datatype package. |
48977 | 294 |
|
295 |
* August 2012: Andrei Popescu and Dmitriy Traytel, TUM |
|
296 |
Theories of ordinals and cardinals. |
|
297 |
||
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
298 |
* July 2012: Makarius Wenzel, Université Paris-Sud / LRI |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
299 |
Advanced support for Isabelle sessions and build management, notably |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
300 |
"isabelle build". |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
301 |
|
48111 | 302 |
* June 2012: Felix Kuperjans, Lukas Bulwahn, TUM and Rafal Kolanski, NICTA |
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
303 |
Simproc for rewriting set comprehensions into pointfree expressions. |
47887 | 304 |
|
49481
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
305 |
* May 2012: Andreas Lochbihler, KIT |
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
306 |
Theory of almost everywhere constant functions. |
48124 | 307 |
|
50648 | 308 |
* 2010-2012: Markus Kaiser and Lukas Bulwahn, TUM |
309 |
Graphview in Scala/Swing. |
|
310 |
||
311 |
||
47462 | 312 |
Contributions to Isabelle2012 |
313 |
----------------------------- |
|
45109 | 314 |
|
47695 | 315 |
* April 2012: Johannes Hölzl, TUM |
47808 | 316 |
Probability: Introduced type to represent measures instead of |
317 |
locales. |
|
47695 | 318 |
|
319 |
* April 2012: Johannes Hölzl, Fabian Immler, TUM |
|
320 |
Float: Moved to Dyadic rationals to represent floating point numers. |
|
321 |
||
47808 | 322 |
* April 2012: Thomas Sewell, NICTA and |
323 |
2010: Sascha Boehme, TUM |
|
324 |
Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector |
|
325 |
equalities/inequalities. |
|
47567
407cabf66f21
New tactic "word_bitwise" expands word equalities/inequalities into logic.
Thomas Sewell <thomas.sewell@nicta.com.au>
parents:
47563
diff
changeset
|
326 |
|
47808 | 327 |
* March 2012: Christian Sternagel, JAIST |
47448 | 328 |
Consolidated theory of relation composition. |
329 |
||
47413 | 330 |
* March 2012: Nik Sultana, University of Cambridge |
331 |
HOL/TPTP parser and import facilities. |
|
332 |
||
47462 | 333 |
* March 2012: Cezary Kaliszyk, University of Innsbruck and |
334 |
Alexander Krauss, QAware GmbH |
|
335 |
Faster and more scalable Import mechanism for HOL Light proofs. |
|
336 |
||
47563 | 337 |
* January 2012: Florian Haftmann, TUM, et al. |
46596 | 338 |
(Re-)Introduction of the "set" type constructor. |
339 |
||
47700 | 340 |
* 2012: Ondrej Kuncar, TUM |
47808 | 341 |
New package Lifting, various improvements and refinements to the |
342 |
Quotient package. |
|
47700 | 343 |
|
47563 | 344 |
* 2011/2012: Jasmin Blanchette, TUM |
345 |
Various improvements to Sledgehammer, notably: tighter integration |
|
47808 | 346 |
with SPASS, support for more provers (Alt-Ergo, iProver, |
347 |
iProver-Eq). |
|
47563 | 348 |
|
47462 | 349 |
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI |
47485 | 350 |
Various refinements of local theory infrastructure. |
47462 | 351 |
Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE. |
47265 | 352 |
|
45109 | 353 |
|
44801 | 354 |
Contributions to Isabelle2011-1 |
355 |
------------------------------- |
|
41651 | 356 |
|
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
357 |
* September 2011: Peter Gammie |
44908 | 358 |
Theory HOL/Library/Saturated: numbers with saturated arithmetic. |
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
359 |
|
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
360 |
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
361 |
Refined theory on complete lattices. |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
362 |
|
44967 | 363 |
* August 2011: Brian Huffman, Portland State University |
364 |
Miscellaneous cleanup of Complex_Main and Multivariate_Analysis. |
|
365 |
||
366 |
* June 2011: Brian Huffman, Portland State University |
|
367 |
Proof method "countable_datatype" for theory Library/Countable. |
|
368 |
||
369 |
* 2011: Jasmin Blanchette, TUM |
|
370 |
Various improvements to Sledgehammer, notably: use of sound |
|
371 |
translations, support for more provers (Waldmeister, LEO-II, |
|
372 |
Satallax). Further development of Nitpick and 'try' command. |
|
373 |
||
374 |
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology |
|
375 |
Theory HOL/Library/Cset_Monad allows do notation for computable sets |
|
376 |
(cset) via the generic monad ad-hoc overloading facility. |
|
377 |
||
378 |
* 2011: Johannes Hölzl, Armin Heller, TUM and |
|
379 |
Bogdan Grechuk, University of Edinburgh |
|
380 |
Theory HOL/Library/Extended_Reals: real numbers extended with plus |
|
381 |
and minus infinity. |
|
382 |
||
44882 | 383 |
* 2011: Makarius Wenzel, Université Paris-Sud / LRI |
384 |
Various building blocks for Isabelle/Scala layer and Isabelle/jEdit |
|
385 |
Prover IDE. |
|
386 |
||
44908 | 387 |
|
41512 | 388 |
Contributions to Isabelle2011 |
389 |
----------------------------- |
|
37383 | 390 |
|
41567 | 391 |
* January 2011: Stefan Berghofer, secunet Security Networks AG |
392 |
HOL-SPARK: an interactive prover back-end for SPARK. |
|
393 |
||
40379 | 394 |
* October 2010: Bogdan Grechuk, University of Edinburgh |
395 |
Extended convex analysis in Multivariate Analysis. |
|
396 |
||
40287 | 397 |
* October 2010: Dmitriy Traytel, TUM |
398 |
Coercive subtyping via subtype constraints. |
|
399 |
||
41531 | 400 |
* October 2010: Alexander Krauss, TUM |
401 |
Command partial_function for function definitions based on complete |
|
402 |
partial orders in HOL. |
|
403 |
||
39644 | 404 |
* September 2010: Florian Haftmann, TUM |
41596 | 405 |
Refined concepts for evaluation, i.e., normalization of terms using |
41531 | 406 |
different techniques. |
40120 | 407 |
|
408 |
* September 2010: Florian Haftmann, TUM |
|
39644 | 409 |
Code generation for Scala. |
410 |
||
38656 | 411 |
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM |
41596 | 412 |
Improved Probability theory in HOL. |
38656 | 413 |
|
38461 | 414 |
* July 2010: Florian Haftmann, TUM |
39644 | 415 |
Reworking and extension of the Imperative HOL framework. |
38461 | 416 |
|
41596 | 417 |
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University |
418 |
of Innsbruck |
|
41531 | 419 |
Ad-hoc overloading. Generic do notation for monads. |
420 |
||
37383 | 421 |
|
37144 | 422 |
Contributions to Isabelle2009-2 |
41512 | 423 |
------------------------------- |
33951 | 424 |
|
37303 | 425 |
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM, |
426 |
Makarius Wenzel, TUM / LRI |
|
427 |
Elimination of type classes from proof terms. |
|
428 |
||
37144 | 429 |
* April 2010: Florian Haftmann, TUM |
36416 | 430 |
Reorganization of abstract algebra type classes. |
431 |
||
37144 | 432 |
* April 2010: Florian Haftmann, TUM |
36416 | 433 |
Code generation for data representations involving invariants; |
434 |
various collections avaiable in theories Fset, Dlist, RBT, |
|
435 |
Mapping and AssocList. |
|
436 |
||
37144 | 437 |
* March 2010: Sascha Boehme, TUM |
438 |
Efficient SHA1 library for Poly/ML. |
|
439 |
||
37282 | 440 |
* February 2010: Cezary Kaliszyk and Christian Urban, TUM |
441 |
Quotient type package for Isabelle/HOL. |
|
442 |
||
26874 | 443 |
|
33842 | 444 |
Contributions to Isabelle2009-1 |
445 |
------------------------------- |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
446 |
|
33862 | 447 |
* November 2009, Brian Huffman, PSU |
448 |
New definitional domain package for HOLCF. |
|
449 |
||
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
450 |
* November 2009: Robert Himmelmann, TUM |
33862 | 451 |
Derivation and Brouwer's fixpoint theorem in Multivariate Analysis. |
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
452 |
|
33842 | 453 |
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM |
454 |
A tabled implementation of the reflexive transitive closure. |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
455 |
|
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
456 |
* November 2009: Lukas Bulwahn, TUM |
33842 | 457 |
Predicate Compiler: a compiler for inductive predicates to |
33843 | 458 |
equational specifications. |
48977 | 459 |
|
33897 | 460 |
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris |
33842 | 461 |
HOL-Boogie: an interactive prover back-end for Boogie and VCC. |
33419 | 462 |
|
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
463 |
* October 2009: Jasmin Blanchette, TUM |
33842 | 464 |
Nitpick: yet another counterexample generator for Isabelle/HOL. |
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
465 |
|
33010 | 466 |
* October 2009: Sascha Boehme, TUM |
33182 | 467 |
Extension of SMT method: proof-reconstruction for the SMT solver Z3. |
33010 | 468 |
|
469 |
* October 2009: Florian Haftmann, TUM |
|
33182 | 470 |
Refinement of parts of the HOL datatype package. |
33005 | 471 |
|
33010 | 472 |
* October 2009: Florian Haftmann, TUM |
33182 | 473 |
Generic term styles for term antiquotations. |
33005 | 474 |
|
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
475 |
* September 2009: Thomas Sewell, NICTA |
33182 | 476 |
More efficient HOL/record implementation. |
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
477 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
478 |
* September 2009: Sascha Boehme, TUM |
33182 | 479 |
SMT method using external SMT solvers. |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
480 |
|
32600 | 481 |
* September 2009: Florian Haftmann, TUM |
33182 | 482 |
Refinement of sets and lattices. |
32600 | 483 |
|
484 |
* July 2009: Jeremy Avigad and Amine Chaieb |
|
33182 | 485 |
New number theory. |
32600 | 486 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
487 |
* July 2009: Philipp Meyer, TUM |
33182 | 488 |
HOL/Library/Sum_Of_Squares: functionality to call a remote csdp |
489 |
prover. |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
490 |
|
31997 | 491 |
* July 2009: Florian Haftmann, TUM |
33182 | 492 |
New quickcheck implementation using new code generator. |
31997 | 493 |
|
494 |
* July 2009: Florian Haftmann, TUM |
|
39644 | 495 |
HOL/Library/Fset: an explicit type of sets; finite sets ready to use |
33182 | 496 |
for code generation. |
31466 | 497 |
|
498 |
* June 2009: Florian Haftmann, TUM |
|
33843 | 499 |
HOL/Library/Tree: search trees implementing mappings, ready to use |
33182 | 500 |
for code generation. |
30978 | 501 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
502 |
* March 2009: Philipp Meyer, TUM |
33843 | 503 |
Minimization tool for results from Sledgehammer. |
33182 | 504 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
505 |
|
30978 | 506 |
Contributions to Isabelle2009 |
507 |
----------------------------- |
|
508 |
||
30383 | 509 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
510 |
Cambridge |
|
511 |
Elementary topology in Euclidean space. |
|
512 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
513 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
514 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
515 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
516 |
|
30179 | 517 |
* February 2009: Filip Maric, Univ. of Belgrade |
518 |
A Serbian theory. |
|
519 |
||
30162 | 520 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 521 |
Misc cleanup of HOL/refute. |
522 |
||
30162 | 523 |
* February 2009: Timothy Bourke, NICTA |
29883 | 524 |
New find_consts command. |
525 |
||
30162 | 526 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
527 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
528 |
|
29398 | 529 |
* December 2008: Clemens Ballarin, TUM |
530 |
New locale implementation. |
|
531 |
||
29182 | 532 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
533 |
Method "sizechange" for advanced termination proofs. |
|
534 |
||
28901 | 535 |
* November 2008: Timothy Bourke, NICTA |
536 |
Performance improvement (factor 50) for find_theorems. |
|
537 |
||
29398 | 538 |
* 2008: Florian Haftmann, TUM |
539 |
Various extensions and restructurings in HOL, improvements |
|
540 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
541 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
542 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
543 |
ATP manager for Sledgehammer, based on ML threads instead of Posix |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
544 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
545 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
546 |
|
30162 | 547 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
548 |
Prover for coherent logic. |
|
549 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
550 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
551 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
552 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
553 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
554 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
555 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
556 |
|
27009 | 557 |
* 2007/2008: |
558 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
559 |
HOL library improvements. |
|
25468 | 560 |
|
27009 | 561 |
* 2007/2008: Brian Huffman, PSU |
562 |
HOLCF library improvements. |
|
563 |
||
564 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 565 |
HOL-Nominal package improvements. |
27009 | 566 |
|
567 |
* March 2008: Markus Reiter, TUM |
|
568 |
HOL/Library/RBT: red-black trees. |
|
26728 | 569 |
|
26874 | 570 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
571 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
572 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
573 |
for HOL. |
|
26728 | 574 |
|
27009 | 575 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
576 |
Misc improvements of record package in HOL. |
|
577 |
||
578 |
* December 2007: Florian Haftmann, TUM |
|
579 |
Overloading and class instantiation target. |
|
580 |
||
581 |
* December 2007: Florian Haftmann, TUM |
|
582 |
New version of primrec package for local theories. |
|
583 |
||
584 |
* December 2007: Alexander Krauss, TUM |
|
585 |
Method "induction_scheme" in HOL. |
|
586 |
||
587 |
* November 2007: Peter Lammich, Uni Muenster |
|
588 |
HOL-Lattice: some more lemmas. |
|
26198 | 589 |
|
26874 | 590 |
|
25454 | 591 |
Contributions to Isabelle2007 |
592 |
----------------------------- |
|
23252 | 593 |
|
25409 | 594 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 595 |
State Spaces: The Locale Way (in HOL). |
596 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
597 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
598 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
599 |
|
24799 | 600 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
601 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 602 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
603 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
604 |
* August 2007: Brian Huffman, PSU |
24799 | 605 |
HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type. |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
606 |
|
23252 | 607 |
* June 2007: Amine Chaieb, TUM |
24799 | 608 |
Semiring normalization and Groebner Bases. |
25449 | 609 |
Support for dense linear orders. |
17866 | 610 |
|
23449 | 611 |
* June 2007: Joe Hurd, Oxford |
24799 | 612 |
Metis theorem-prover. |
613 |
||
614 |
* 2007: Kong W. Susanto, Cambridge |
|
615 |
HOL: Metis prover integration. |
|
23449 | 616 |
|
24799 | 617 |
* 2007: Stefan Berghofer, TUM |
25449 | 618 |
HOL: inductive predicates and sets. |
24799 | 619 |
|
24803 | 620 |
* 2007: Norbert Schirmer, TUM |
621 |
HOL/record: misc improvements. |
|
622 |
||
24799 | 623 |
* 2006/2007: Alexander Krauss, TUM |
624 |
HOL: function package and related theories on termination. |
|
23449 | 625 |
|
22449 | 626 |
* 2006/2007: Florian Haftmann, TUM |
627 |
Pure: generic code generator framework. |
|
628 |
Pure: class package. |
|
24799 | 629 |
HOL: theory reorganization, code generator setup. |
630 |
||
25449 | 631 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
632 |
Julien Narboux, TUM |
|
24799 | 633 |
HOL/Nominal package and related tools. |
22449 | 634 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
635 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 636 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
637 |
|
21169 | 638 |
* October 2006: Stefan Hohe, TUM |
639 |
HOL-Algebra: ideals and quotients over rings. |
|
640 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
641 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
642 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
643 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
644 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
645 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
646 |
|
19896 | 647 |
* May 2006: Klaus Aehlig, LMU |
648 |
Command 'normal_form': normalization by evaluation. |
|
649 |
||
19650 | 650 |
* May 2006: Amine Chaieb, TUM |
651 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
652 |
arithmetic. |
|
19470 | 653 |
|
654 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 655 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 656 |
not denumerable, harmonic and arithmetic series, and denumerability |
657 |
of rationals. |
|
17532 | 658 |
|
19650 | 659 |
* October 2005: Martin Wildmoser, TUM |
660 |
Sketch for Isar 'guess' element. |
|
661 |
||
662 |
||
25454 | 663 |
Contributions to Isabelle2005 |
664 |
----------------------------- |
|
17382 | 665 |
|
17640 | 666 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
667 |
HOL-Complex: Formalization of Taylor series. |
|
668 |
||
669 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
670 |
Components for SAT solver method using zChaff. |
|
671 |
||
17534 | 672 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
673 |
A Chinese theory. |
|
674 |
||
17562 | 675 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 676 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 677 |
|
17532 | 678 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 679 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 680 |
|
16892 | 681 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
682 |
Some structured proofs about completeness of real numbers. |
|
683 |
||
17532 | 684 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
685 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 686 |
|
16252 | 687 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 688 |
Improved subst method. |
689 |
||
690 |
* 2005: Brian Huffman, OGI |
|
691 |
Various improvements of HOLCF. |
|
692 |
Some improvements of the HOL-Complex library. |
|
693 |
||
694 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
695 |
Some support for asynchronous communication with external provers |
|
696 |
(experimental). |
|
697 |
||
698 |
* 2005: Florian Haftmann, TUM |
|
17543 | 699 |
Contributions to document 'sugar'. |
17532 | 700 |
Various ML combinators, notably linear functional transformations. |
701 |
Some cleanup of ML legacy. |
|
702 |
Additional antiquotations. |
|
703 |
Improved Isabelle web site. |
|
704 |
||
705 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
706 |
Various elements of XML and PGIP based communication with user |
|
707 |
interfaces (experimental). |
|
708 |
||
709 |
* 2004/2005: Gerwin Klein, NICTA |
|
710 |
Contributions to document 'sugar'. |
|
711 |
Improved Isabelle web site. |
|
712 |
Improved HTML presentation of theories. |
|
713 |
||
714 |
* 2004/2005: Clemens Ballarin, TUM |
|
715 |
Provers: tools for transitive relations and quasi orders. |
|
716 |
Improved version of locales, notably interpretation of locales. |
|
717 |
Improved version of HOL-Algebra. |
|
718 |
||
719 |
* 2004/2005: Amine Chaieb, TUM |
|
720 |
Improved version of HOL presburger method. |
|
721 |
||
722 |
* 2004/2005: Steven Obua, TUM |
|
723 |
Improved version of HOL/Import, support for HOL-Light. |
|
724 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 725 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 726 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 727 |
|
728 |
* 2004/2005: Norbert Schirmer, TUM |
|
729 |
Contributions to document 'sugar'. |
|
730 |
Improved version of HOL/record. |
|
731 |
||
732 |
* 2004/2005: Sebastian Skalberg, TUM |
|
733 |
Improved version of HOL/Import. |
|
734 |
Some internal ML reorganizations. |
|
735 |
||
736 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 737 |
SAT solver method using zChaff. |
17532 | 738 |
Improved version of HOL/refute. |
62098 | 739 |
|
740 |
:maxLineLen=78: |