author | blanchet |
Mon, 23 Aug 2010 14:21:57 +0200 | |
changeset 38650 | f22a564ac820 |
parent 38461 | 75fc4087764e |
child 38656 | d5d342611edb |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or |
|
23382 | 3 |
who is listed as an author in one of the source files of this Isabelle |
4 |
distribution. |
|
5 |
||
37383 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
38461 | 9 |
* July 2010: Florian Haftmann, TUM |
10 |
Reworking and extension of the Isabelle/HOL framework. |
|
11 |
||
37383 | 12 |
|
37144 | 13 |
Contributions to Isabelle2009-2 |
33951 | 14 |
-------------------------------------- |
15 |
||
37303 | 16 |
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM, |
17 |
Makarius Wenzel, TUM / LRI |
|
18 |
Elimination of type classes from proof terms. |
|
19 |
||
37144 | 20 |
* April 2010: Florian Haftmann, TUM |
36416 | 21 |
Reorganization of abstract algebra type classes. |
22 |
||
37144 | 23 |
* April 2010: Florian Haftmann, TUM |
36416 | 24 |
Code generation for data representations involving invariants; |
25 |
various collections avaiable in theories Fset, Dlist, RBT, |
|
26 |
Mapping and AssocList. |
|
27 |
||
37144 | 28 |
* March 2010: Sascha Boehme, TUM |
29 |
Efficient SHA1 library for Poly/ML. |
|
30 |
||
37282 | 31 |
* February 2010: Cezary Kaliszyk and Christian Urban, TUM |
32 |
Quotient type package for Isabelle/HOL. |
|
33 |
||
26874 | 34 |
|
33842 | 35 |
Contributions to Isabelle2009-1 |
36 |
------------------------------- |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
37 |
|
33862 | 38 |
* November 2009, Brian Huffman, PSU |
39 |
New definitional domain package for HOLCF. |
|
40 |
||
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
41 |
* November 2009: Robert Himmelmann, TUM |
33862 | 42 |
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
|
43 |
|
33842 | 44 |
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM |
45 |
A tabled implementation of the reflexive transitive closure. |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
46 |
|
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
47 |
* November 2009: Lukas Bulwahn, TUM |
33842 | 48 |
Predicate Compiler: a compiler for inductive predicates to |
33843 | 49 |
equational specifications. |
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
50 |
|
33897 | 51 |
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris |
33842 | 52 |
HOL-Boogie: an interactive prover back-end for Boogie and VCC. |
33419 | 53 |
|
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
54 |
* October 2009: Jasmin Blanchette, TUM |
33842 | 55 |
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
|
56 |
|
33010 | 57 |
* October 2009: Sascha Boehme, TUM |
33182 | 58 |
Extension of SMT method: proof-reconstruction for the SMT solver Z3. |
33010 | 59 |
|
60 |
* October 2009: Florian Haftmann, TUM |
|
33182 | 61 |
Refinement of parts of the HOL datatype package. |
33005 | 62 |
|
33010 | 63 |
* October 2009: Florian Haftmann, TUM |
33182 | 64 |
Generic term styles for term antiquotations. |
33005 | 65 |
|
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
66 |
* September 2009: Thomas Sewell, NICTA |
33182 | 67 |
More efficient HOL/record implementation. |
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
68 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
69 |
* September 2009: Sascha Boehme, TUM |
33182 | 70 |
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
|
71 |
|
32600 | 72 |
* September 2009: Florian Haftmann, TUM |
33182 | 73 |
Refinement of sets and lattices. |
32600 | 74 |
|
75 |
* July 2009: Jeremy Avigad and Amine Chaieb |
|
33182 | 76 |
New number theory. |
32600 | 77 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
78 |
* July 2009: Philipp Meyer, TUM |
33182 | 79 |
HOL/Library/Sum_Of_Squares: functionality to call a remote csdp |
80 |
prover. |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
81 |
|
31997 | 82 |
* July 2009: Florian Haftmann, TUM |
33182 | 83 |
New quickcheck implementation using new code generator. |
31997 | 84 |
|
85 |
* July 2009: Florian Haftmann, TUM |
|
33182 | 86 |
HOL/Library/FSet: an explicit type of sets; finite sets ready to use |
87 |
for code generation. |
|
31466 | 88 |
|
89 |
* June 2009: Florian Haftmann, TUM |
|
33843 | 90 |
HOL/Library/Tree: search trees implementing mappings, ready to use |
33182 | 91 |
for code generation. |
30978 | 92 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
93 |
* March 2009: Philipp Meyer, TUM |
33843 | 94 |
Minimization tool for results from Sledgehammer. |
33182 | 95 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
96 |
|
30978 | 97 |
Contributions to Isabelle2009 |
98 |
----------------------------- |
|
99 |
||
30383 | 100 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
101 |
Cambridge |
|
102 |
Elementary topology in Euclidean space. |
|
103 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
104 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
105 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
106 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
107 |
|
30179 | 108 |
* February 2009: Filip Maric, Univ. of Belgrade |
109 |
A Serbian theory. |
|
110 |
||
30162 | 111 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 112 |
Misc cleanup of HOL/refute. |
113 |
||
30162 | 114 |
* February 2009: Timothy Bourke, NICTA |
29883 | 115 |
New find_consts command. |
116 |
||
30162 | 117 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
118 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
119 |
|
29398 | 120 |
* December 2008: Clemens Ballarin, TUM |
121 |
New locale implementation. |
|
122 |
||
29182 | 123 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
124 |
Method "sizechange" for advanced termination proofs. |
|
125 |
||
28901 | 126 |
* November 2008: Timothy Bourke, NICTA |
127 |
Performance improvement (factor 50) for find_theorems. |
|
128 |
||
29398 | 129 |
* 2008: Florian Haftmann, TUM |
130 |
Various extensions and restructurings in HOL, improvements |
|
131 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
132 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
133 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
134 |
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
|
135 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
136 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
137 |
|
30162 | 138 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
139 |
Prover for coherent logic. |
|
140 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
141 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
142 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
143 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
144 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
145 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
146 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
147 |
|
27009 | 148 |
* 2007/2008: |
149 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
150 |
HOL library improvements. |
|
25468 | 151 |
|
27009 | 152 |
* 2007/2008: Brian Huffman, PSU |
153 |
HOLCF library improvements. |
|
154 |
||
155 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 156 |
HOL-Nominal package improvements. |
27009 | 157 |
|
158 |
* March 2008: Markus Reiter, TUM |
|
159 |
HOL/Library/RBT: red-black trees. |
|
26728 | 160 |
|
26874 | 161 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
162 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
163 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
164 |
for HOL. |
|
26728 | 165 |
|
27009 | 166 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
167 |
Misc improvements of record package in HOL. |
|
168 |
||
169 |
* December 2007: Florian Haftmann, TUM |
|
170 |
Overloading and class instantiation target. |
|
171 |
||
172 |
* December 2007: Florian Haftmann, TUM |
|
173 |
New version of primrec package for local theories. |
|
174 |
||
175 |
* December 2007: Alexander Krauss, TUM |
|
176 |
Method "induction_scheme" in HOL. |
|
177 |
||
178 |
* November 2007: Peter Lammich, Uni Muenster |
|
179 |
HOL-Lattice: some more lemmas. |
|
26198 | 180 |
|
26874 | 181 |
|
25454 | 182 |
Contributions to Isabelle2007 |
183 |
----------------------------- |
|
23252 | 184 |
|
25409 | 185 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 186 |
State Spaces: The Locale Way (in HOL). |
187 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
188 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
189 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
190 |
|
24799 | 191 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
192 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 193 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
194 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
195 |
* August 2007: Brian Huffman, PSU |
24799 | 196 |
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
|
197 |
|
23252 | 198 |
* June 2007: Amine Chaieb, TUM |
24799 | 199 |
Semiring normalization and Groebner Bases. |
25449 | 200 |
Support for dense linear orders. |
17866 | 201 |
|
23449 | 202 |
* June 2007: Joe Hurd, Oxford |
24799 | 203 |
Metis theorem-prover. |
204 |
||
205 |
* 2007: Kong W. Susanto, Cambridge |
|
206 |
HOL: Metis prover integration. |
|
23449 | 207 |
|
24799 | 208 |
* 2007: Stefan Berghofer, TUM |
25449 | 209 |
HOL: inductive predicates and sets. |
24799 | 210 |
|
24803 | 211 |
* 2007: Norbert Schirmer, TUM |
212 |
HOL/record: misc improvements. |
|
213 |
||
24799 | 214 |
* 2006/2007: Alexander Krauss, TUM |
215 |
HOL: function package and related theories on termination. |
|
23449 | 216 |
|
22449 | 217 |
* 2006/2007: Florian Haftmann, TUM |
218 |
Pure: generic code generator framework. |
|
219 |
Pure: class package. |
|
24799 | 220 |
HOL: theory reorganization, code generator setup. |
221 |
||
25449 | 222 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
223 |
Julien Narboux, TUM |
|
24799 | 224 |
HOL/Nominal package and related tools. |
22449 | 225 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
226 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 227 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
228 |
|
21169 | 229 |
* October 2006: Stefan Hohe, TUM |
230 |
HOL-Algebra: ideals and quotients over rings. |
|
231 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
232 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
233 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
234 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
235 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
236 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
237 |
|
19896 | 238 |
* May 2006: Klaus Aehlig, LMU |
239 |
Command 'normal_form': normalization by evaluation. |
|
240 |
||
19650 | 241 |
* May 2006: Amine Chaieb, TUM |
242 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
243 |
arithmetic. |
|
19470 | 244 |
|
245 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 246 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 247 |
not denumerable, harmonic and arithmetic series, and denumerability |
248 |
of rationals. |
|
17532 | 249 |
|
19650 | 250 |
* October 2005: Martin Wildmoser, TUM |
251 |
Sketch for Isar 'guess' element. |
|
252 |
||
253 |
||
25454 | 254 |
Contributions to Isabelle2005 |
255 |
----------------------------- |
|
17382 | 256 |
|
17640 | 257 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
258 |
HOL-Complex: Formalization of Taylor series. |
|
259 |
||
260 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
261 |
Components for SAT solver method using zChaff. |
|
262 |
||
17534 | 263 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
264 |
A Chinese theory. |
|
265 |
||
17562 | 266 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 267 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 268 |
|
17532 | 269 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 270 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 271 |
|
16892 | 272 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
273 |
Some structured proofs about completeness of real numbers. |
|
274 |
||
17532 | 275 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
276 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 277 |
|
16252 | 278 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 279 |
Improved subst method. |
280 |
||
281 |
* 2005: Brian Huffman, OGI |
|
282 |
Various improvements of HOLCF. |
|
283 |
Some improvements of the HOL-Complex library. |
|
284 |
||
285 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
286 |
Some support for asynchronous communication with external provers |
|
287 |
(experimental). |
|
288 |
||
289 |
* 2005: Florian Haftmann, TUM |
|
17543 | 290 |
Contributions to document 'sugar'. |
17532 | 291 |
Various ML combinators, notably linear functional transformations. |
292 |
Some cleanup of ML legacy. |
|
293 |
Additional antiquotations. |
|
294 |
Improved Isabelle web site. |
|
295 |
||
296 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
297 |
Various elements of XML and PGIP based communication with user |
|
298 |
interfaces (experimental). |
|
299 |
||
300 |
* 2004/2005: Gerwin Klein, NICTA |
|
301 |
Contributions to document 'sugar'. |
|
302 |
Improved Isabelle web site. |
|
303 |
Improved HTML presentation of theories. |
|
304 |
||
305 |
* 2004/2005: Clemens Ballarin, TUM |
|
306 |
Provers: tools for transitive relations and quasi orders. |
|
307 |
Improved version of locales, notably interpretation of locales. |
|
308 |
Improved version of HOL-Algebra. |
|
309 |
||
310 |
* 2004/2005: Amine Chaieb, TUM |
|
311 |
Improved version of HOL presburger method. |
|
312 |
||
313 |
* 2004/2005: Steven Obua, TUM |
|
314 |
Improved version of HOL/Import, support for HOL-Light. |
|
315 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 316 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 317 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 318 |
|
319 |
* 2004/2005: Norbert Schirmer, TUM |
|
320 |
Contributions to document 'sugar'. |
|
321 |
Improved version of HOL/record. |
|
322 |
||
323 |
* 2004/2005: Sebastian Skalberg, TUM |
|
324 |
Improved version of HOL/Import. |
|
325 |
Some internal ML reorganizations. |
|
326 |
||
327 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 328 |
SAT solver method using zChaff. |
17532 | 329 |
Improved version of HOL/refute. |