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