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