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