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