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