author | wenzelm |
Fri, 12 Dec 2008 12:14:02 +0100 | |
changeset 29088 | 95a239a5e055 |
parent 28901 | 028a52be4078 |
child 29145 | b1c6f4563df7 |
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 |
||
28901 | 10 |
* November 2008: Timothy Bourke, NICTA |
11 |
Performance improvement (factor 50) for find_theorems. |
|
12 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
13 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
14 |
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
|
15 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
16 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
17 |
|
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
18 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
19 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
20 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
21 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
22 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
23 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
24 |
|
27009 | 25 |
* 2007/2008: |
26 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
27 |
HOL library improvements. |
|
25468 | 28 |
|
27009 | 29 |
* 2007/2008: Brian Huffman, PSU |
30 |
HOLCF library improvements. |
|
31 |
||
32 |
* 2007/2008: Stefan Berghofer, TUM |
|
33 |
HOL-Nominal package improvements. |
|
34 |
||
35 |
* March 2008: Markus Reiter, TUM |
|
36 |
HOL/Library/RBT: red-black trees. |
|
26728 | 37 |
|
26874 | 38 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
39 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
40 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
41 |
for HOL. |
|
26728 | 42 |
|
27009 | 43 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
44 |
Misc improvements of record package in HOL. |
|
45 |
||
46 |
* December 2007: Florian Haftmann, TUM |
|
47 |
Overloading and class instantiation target. |
|
48 |
||
49 |
* December 2007: Florian Haftmann, TUM |
|
50 |
New version of primrec package for local theories. |
|
51 |
||
52 |
* December 2007: Alexander Krauss, TUM |
|
53 |
Method "induction_scheme" in HOL. |
|
54 |
||
55 |
* November 2007: Peter Lammich, Uni Muenster |
|
56 |
HOL-Lattice: some more lemmas. |
|
26198 | 57 |
|
26874 | 58 |
|
25454 | 59 |
Contributions to Isabelle2007 |
60 |
----------------------------- |
|
23252 | 61 |
|
25409 | 62 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 63 |
State Spaces: The Locale Way (in HOL). |
64 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
65 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
66 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
67 |
|
24799 | 68 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
69 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 70 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
71 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
72 |
* August 2007: Brian Huffman, PSU |
24799 | 73 |
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
|
74 |
|
23252 | 75 |
* June 2007: Amine Chaieb, TUM |
24799 | 76 |
Semiring normalization and Groebner Bases. |
25449 | 77 |
Support for dense linear orders. |
17866 | 78 |
|
23449 | 79 |
* June 2007: Joe Hurd, Oxford |
24799 | 80 |
Metis theorem-prover. |
81 |
||
82 |
* 2007: Kong W. Susanto, Cambridge |
|
83 |
HOL: Metis prover integration. |
|
23449 | 84 |
|
24799 | 85 |
* 2007: Stefan Berghofer, TUM |
25449 | 86 |
HOL: inductive predicates and sets. |
24799 | 87 |
|
24803 | 88 |
* 2007: Norbert Schirmer, TUM |
89 |
HOL/record: misc improvements. |
|
90 |
||
24799 | 91 |
* 2006/2007: Alexander Krauss, TUM |
92 |
HOL: function package and related theories on termination. |
|
23449 | 93 |
|
22449 | 94 |
* 2006/2007: Florian Haftmann, TUM |
95 |
Pure: generic code generator framework. |
|
96 |
Pure: class package. |
|
24799 | 97 |
HOL: theory reorganization, code generator setup. |
98 |
||
25449 | 99 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
100 |
Julien Narboux, TUM |
|
24799 | 101 |
HOL/Nominal package and related tools. |
22449 | 102 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
103 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 104 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
105 |
|
21169 | 106 |
* October 2006: Stefan Hohe, TUM |
107 |
HOL-Algebra: ideals and quotients over rings. |
|
108 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
109 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
110 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
111 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
112 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
113 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
114 |
|
19896 | 115 |
* May 2006: Klaus Aehlig, LMU |
116 |
Command 'normal_form': normalization by evaluation. |
|
117 |
||
19650 | 118 |
* May 2006: Amine Chaieb, TUM |
119 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
120 |
arithmetic. |
|
19470 | 121 |
|
122 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 123 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 124 |
not denumerable, harmonic and arithmetic series, and denumerability |
125 |
of rationals. |
|
17532 | 126 |
|
19650 | 127 |
* October 2005: Martin Wildmoser, TUM |
128 |
Sketch for Isar 'guess' element. |
|
129 |
||
130 |
||
25454 | 131 |
Contributions to Isabelle2005 |
132 |
----------------------------- |
|
17382 | 133 |
|
17640 | 134 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
135 |
HOL-Complex: Formalization of Taylor series. |
|
136 |
||
137 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
138 |
Components for SAT solver method using zChaff. |
|
139 |
||
17534 | 140 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
141 |
A Chinese theory. |
|
142 |
||
17562 | 143 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 144 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 145 |
|
17532 | 146 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 147 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 148 |
|
16892 | 149 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
150 |
Some structured proofs about completeness of real numbers. |
|
151 |
||
17532 | 152 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
153 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 154 |
|
16252 | 155 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 156 |
Improved subst method. |
157 |
||
158 |
* 2005: Brian Huffman, OGI |
|
159 |
Various improvements of HOLCF. |
|
160 |
Some improvements of the HOL-Complex library. |
|
161 |
||
162 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
163 |
Some support for asynchronous communication with external provers |
|
164 |
(experimental). |
|
165 |
||
166 |
* 2005: Florian Haftmann, TUM |
|
17543 | 167 |
Contributions to document 'sugar'. |
17532 | 168 |
Various ML combinators, notably linear functional transformations. |
169 |
Some cleanup of ML legacy. |
|
170 |
Additional antiquotations. |
|
171 |
Improved Isabelle web site. |
|
172 |
||
173 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
174 |
Various elements of XML and PGIP based communication with user |
|
175 |
interfaces (experimental). |
|
176 |
||
177 |
* 2004/2005: Gerwin Klein, NICTA |
|
178 |
Contributions to document 'sugar'. |
|
179 |
Improved Isabelle web site. |
|
180 |
Improved HTML presentation of theories. |
|
181 |
||
182 |
* 2004/2005: Clemens Ballarin, TUM |
|
183 |
Provers: tools for transitive relations and quasi orders. |
|
184 |
Improved version of locales, notably interpretation of locales. |
|
185 |
Improved version of HOL-Algebra. |
|
186 |
||
187 |
* 2004/2005: Amine Chaieb, TUM |
|
188 |
Improved version of HOL presburger method. |
|
189 |
||
190 |
* 2004/2005: Steven Obua, TUM |
|
191 |
Improved version of HOL/Import, support for HOL-Light. |
|
192 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 193 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 194 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 195 |
|
196 |
* 2004/2005: Norbert Schirmer, TUM |
|
197 |
Contributions to document 'sugar'. |
|
198 |
Improved version of HOL/record. |
|
199 |
||
200 |
* 2004/2005: Sebastian Skalberg, TUM |
|
201 |
Improved version of HOL/Import. |
|
202 |
Some internal ML reorganizations. |
|
203 |
||
204 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 205 |
SAT solver method using zChaff. |
17532 | 206 |
Improved version of HOL/refute. |
16252 | 207 |
|
15994 | 208 |
$Id$ |