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