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