author | wenzelm |
Thu, 23 Jul 2009 18:44:09 +0200 | |
changeset 32149 | ef59550a55d3 |
parent 31997 | de0d280c31a7 |
child 32268 | d50f0cb67578 |
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 |
||
26874 | 6 |
|
25468 | 7 |
Contributions to this Isabelle version |
8 |
-------------------------------------- |
|
9 |
||
31997 | 10 |
* July 2009: Florian Haftmann, TUM |
11 |
New quickcheck implementation using new code generator |
|
12 |
||
13 |
* July 2009: Florian Haftmann, TUM |
|
14 |
HOL/Library/FSet: an explicit type of sets; finite sets ready to use for code generation |
|
15 |
||
31466 | 16 |
* June 2009: Andreas Lochbihler, Uni Karlsruhe |
17 |
HOL/Library/Fin_Fun: almost everywhere constant functions |
|
18 |
||
19 |
* June 2009: Florian Haftmann, TUM |
|
20 |
HOL/Library/Tree: searchtrees implementing mappings, ready to use for code generation |
|
30978 | 21 |
|
22 |
Contributions to Isabelle2009 |
|
23 |
----------------------------- |
|
24 |
||
30383 | 25 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
26 |
Cambridge |
|
27 |
Elementary topology in Euclidean space. |
|
28 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
29 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
30 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
31 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
32 |
|
30179 | 33 |
* February 2009: Filip Maric, Univ. of Belgrade |
34 |
A Serbian theory. |
|
35 |
||
30162 | 36 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 37 |
Misc cleanup of HOL/refute. |
38 |
||
30162 | 39 |
* February 2009: Timothy Bourke, NICTA |
29883 | 40 |
New find_consts command. |
41 |
||
30162 | 42 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
43 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
44 |
|
29398 | 45 |
* December 2008: Clemens Ballarin, TUM |
46 |
New locale implementation. |
|
47 |
||
29182 | 48 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
49 |
Method "sizechange" for advanced termination proofs. |
|
50 |
||
28901 | 51 |
* November 2008: Timothy Bourke, NICTA |
52 |
Performance improvement (factor 50) for find_theorems. |
|
53 |
||
29398 | 54 |
* 2008: Florian Haftmann, TUM |
55 |
Various extensions and restructurings in HOL, improvements |
|
56 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
57 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
58 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
59 |
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
|
60 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
61 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
62 |
|
30162 | 63 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
64 |
Prover for coherent logic. |
|
65 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
66 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
67 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
68 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
69 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
70 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
71 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
72 |
|
27009 | 73 |
* 2007/2008: |
74 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
75 |
HOL library improvements. |
|
25468 | 76 |
|
27009 | 77 |
* 2007/2008: Brian Huffman, PSU |
78 |
HOLCF library improvements. |
|
79 |
||
80 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 81 |
HOL-Nominal package improvements. |
27009 | 82 |
|
83 |
* March 2008: Markus Reiter, TUM |
|
84 |
HOL/Library/RBT: red-black trees. |
|
26728 | 85 |
|
26874 | 86 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
87 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
88 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
89 |
for HOL. |
|
26728 | 90 |
|
27009 | 91 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
92 |
Misc improvements of record package in HOL. |
|
93 |
||
94 |
* December 2007: Florian Haftmann, TUM |
|
95 |
Overloading and class instantiation target. |
|
96 |
||
97 |
* December 2007: Florian Haftmann, TUM |
|
98 |
New version of primrec package for local theories. |
|
99 |
||
100 |
* December 2007: Alexander Krauss, TUM |
|
101 |
Method "induction_scheme" in HOL. |
|
102 |
||
103 |
* November 2007: Peter Lammich, Uni Muenster |
|
104 |
HOL-Lattice: some more lemmas. |
|
26198 | 105 |
|
26874 | 106 |
|
25454 | 107 |
Contributions to Isabelle2007 |
108 |
----------------------------- |
|
23252 | 109 |
|
25409 | 110 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 111 |
State Spaces: The Locale Way (in HOL). |
112 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
113 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
114 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
115 |
|
24799 | 116 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
117 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 118 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
119 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
120 |
* August 2007: Brian Huffman, PSU |
24799 | 121 |
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
|
122 |
|
23252 | 123 |
* June 2007: Amine Chaieb, TUM |
24799 | 124 |
Semiring normalization and Groebner Bases. |
25449 | 125 |
Support for dense linear orders. |
17866 | 126 |
|
23449 | 127 |
* June 2007: Joe Hurd, Oxford |
24799 | 128 |
Metis theorem-prover. |
129 |
||
130 |
* 2007: Kong W. Susanto, Cambridge |
|
131 |
HOL: Metis prover integration. |
|
23449 | 132 |
|
24799 | 133 |
* 2007: Stefan Berghofer, TUM |
25449 | 134 |
HOL: inductive predicates and sets. |
24799 | 135 |
|
24803 | 136 |
* 2007: Norbert Schirmer, TUM |
137 |
HOL/record: misc improvements. |
|
138 |
||
24799 | 139 |
* 2006/2007: Alexander Krauss, TUM |
140 |
HOL: function package and related theories on termination. |
|
23449 | 141 |
|
22449 | 142 |
* 2006/2007: Florian Haftmann, TUM |
143 |
Pure: generic code generator framework. |
|
144 |
Pure: class package. |
|
24799 | 145 |
HOL: theory reorganization, code generator setup. |
146 |
||
25449 | 147 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
148 |
Julien Narboux, TUM |
|
24799 | 149 |
HOL/Nominal package and related tools. |
22449 | 150 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
151 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 152 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
153 |
|
21169 | 154 |
* October 2006: Stefan Hohe, TUM |
155 |
HOL-Algebra: ideals and quotients over rings. |
|
156 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
157 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
158 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
159 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
160 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
161 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
162 |
|
19896 | 163 |
* May 2006: Klaus Aehlig, LMU |
164 |
Command 'normal_form': normalization by evaluation. |
|
165 |
||
19650 | 166 |
* May 2006: Amine Chaieb, TUM |
167 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
168 |
arithmetic. |
|
19470 | 169 |
|
170 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 171 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 172 |
not denumerable, harmonic and arithmetic series, and denumerability |
173 |
of rationals. |
|
17532 | 174 |
|
19650 | 175 |
* October 2005: Martin Wildmoser, TUM |
176 |
Sketch for Isar 'guess' element. |
|
177 |
||
178 |
||
25454 | 179 |
Contributions to Isabelle2005 |
180 |
----------------------------- |
|
17382 | 181 |
|
17640 | 182 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
183 |
HOL-Complex: Formalization of Taylor series. |
|
184 |
||
185 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
186 |
Components for SAT solver method using zChaff. |
|
187 |
||
17534 | 188 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
189 |
A Chinese theory. |
|
190 |
||
17562 | 191 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 192 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 193 |
|
17532 | 194 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 195 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 196 |
|
16892 | 197 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
198 |
Some structured proofs about completeness of real numbers. |
|
199 |
||
17532 | 200 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
201 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 202 |
|
16252 | 203 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 204 |
Improved subst method. |
205 |
||
206 |
* 2005: Brian Huffman, OGI |
|
207 |
Various improvements of HOLCF. |
|
208 |
Some improvements of the HOL-Complex library. |
|
209 |
||
210 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
211 |
Some support for asynchronous communication with external provers |
|
212 |
(experimental). |
|
213 |
||
214 |
* 2005: Florian Haftmann, TUM |
|
17543 | 215 |
Contributions to document 'sugar'. |
17532 | 216 |
Various ML combinators, notably linear functional transformations. |
217 |
Some cleanup of ML legacy. |
|
218 |
Additional antiquotations. |
|
219 |
Improved Isabelle web site. |
|
220 |
||
221 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
222 |
Various elements of XML and PGIP based communication with user |
|
223 |
interfaces (experimental). |
|
224 |
||
225 |
* 2004/2005: Gerwin Klein, NICTA |
|
226 |
Contributions to document 'sugar'. |
|
227 |
Improved Isabelle web site. |
|
228 |
Improved HTML presentation of theories. |
|
229 |
||
230 |
* 2004/2005: Clemens Ballarin, TUM |
|
231 |
Provers: tools for transitive relations and quasi orders. |
|
232 |
Improved version of locales, notably interpretation of locales. |
|
233 |
Improved version of HOL-Algebra. |
|
234 |
||
235 |
* 2004/2005: Amine Chaieb, TUM |
|
236 |
Improved version of HOL presburger method. |
|
237 |
||
238 |
* 2004/2005: Steven Obua, TUM |
|
239 |
Improved version of HOL/Import, support for HOL-Light. |
|
240 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 241 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 242 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 243 |
|
244 |
* 2004/2005: Norbert Schirmer, TUM |
|
245 |
Contributions to document 'sugar'. |
|
246 |
Improved version of HOL/record. |
|
247 |
||
248 |
* 2004/2005: Sebastian Skalberg, TUM |
|
249 |
Improved version of HOL/Import. |
|
250 |
Some internal ML reorganizations. |
|
251 |
||
252 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 253 |
SAT solver method using zChaff. |
17532 | 254 |
Improved version of HOL/refute. |