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