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