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