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