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