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