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