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