author | paulson <lp15@cam.ac.uk> |
Tue, 10 Oct 2017 22:18:58 +0100 | |
changeset 66835 | ecc99a5a1ab8 |
parent 66651 | 435cb8d69e27 |
child 66893 | ced164fe3bbd |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
62098 | 2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or who is |
3 |
listed as an author in one of the source files of this Isabelle distribution. |
|
4 |
||
23382 | 5 |
|
66651 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
9 |
||
66475 | 10 |
Contributions to Isabelle2017 |
66482 | 11 |
----------------------------- |
64439 | 12 |
|
66648 | 13 |
* September 2017: Lawrence Paulson |
14 |
HOL-Analysis, e.g. simplicial complexes, Jordan Curve Theorem. |
|
15 |
||
16 |
* September 2017: Jasmin Blanchette |
|
17 |
Further integration of Nunchaku model finder. |
|
18 |
||
66475 | 19 |
* November 2016 - June 2017: Makarius Wenzel |
20 |
New Isabelle/VSCode, with underlying restructuring of Isabelle/PIDE. |
|
21 |
||
22 |
* 2017: Makarius Wenzel |
|
23 |
Session-qualified theory names (theory imports and ROOT files). |
|
24 |
Prover IDE improvements. |
|
25 |
Support for SQL databases in Isabelle/Scala: SQLite and PostgreSQL. |
|
26 |
||
66563 | 27 |
* August 2017: Andreas Lochbihler, ETH Zurich |
28 |
type of unordered pairs (HOL-Library.Uprod) |
|
29 |
||
66480
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
30 |
* August 2017: Manuel Eberl, TUM |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
31 |
HOL-Analysis: infinite products over natural numbers, |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
32 |
infinite sums over arbitrary sets, connection between formal |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
33 |
power series and analytic complex functions |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
34 |
|
65330 | 35 |
* March 2017: Alasdair Armstrong, University of Sheffield and |
36 |
Simon Foster, University of York |
|
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
37 |
Fixed-point theory and Galois Connections in HOL-Algebra. |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
38 |
|
65041 | 39 |
* February 2017: Florian Haftmann, TUM |
65042 | 40 |
Statically embedded computations implemented by generated code. |
65041 | 41 |
|
64439 | 42 |
|
64072 | 43 |
Contributions to Isabelle2016-1 |
44 |
------------------------------- |
|
62216 | 45 |
|
64551 | 46 |
* December 2016: Ondřej Kunčar, TUM |
47 |
Types_To_Sets: experimental extension of Higher-Order Logic to allow |
|
48 |
translation of types to sets. |
|
49 |
||
64393 | 50 |
* October 2016: Jasmin Blanchette |
51 |
Integration of Nunchaku model finder. |
|
52 |
||
53 |
* October 2016: Jaime Mendizabal Roche, TUM |
|
54 |
Ported remaining theories of session Old_Number_Theory to the new |
|
55 |
Number_Theory and removed Old_Number_Theory. |
|
56 |
||
57 |
* September 2016: Sascha Boehme |
|
58 |
Proof method "argo" based on SMT technology for a combination of |
|
59 |
quantifier-free propositional logic, equality and linear real arithmetic |
|
60 |
||
61 |
* July 2016: Daniel Stuewe |
|
62 |
Height-size proofs in HOL-Data_Structures. |
|
63 |
||
64 |
* July 2016: Manuel Eberl, TUM |
|
65 |
Algebraic foundation for primes; generalization from nat to general |
|
66 |
factorial rings. |
|
67 |
||
68 |
* June 2016: Andreas Lochbihler, ETH Zurich |
|
69 |
Formalisation of discrete subprobability distributions. |
|
70 |
||
71 |
* June 2016: Florian Haftmann, TUM |
|
72 |
Improvements to code generation: optional timing measurements, more succint |
|
73 |
closures for static evaluation, less ambiguities concering Scala implicits. |
|
74 |
||
75 |
* May 2016: Manuel Eberl, TUM |
|
76 |
Code generation for Probability Mass Functions. |
|
62343
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
77 |
|
64011 | 78 |
* March 2016: Florian Haftmann, TUM |
62499 | 79 |
Abstract factorial rings with unique factorization. |
80 |
||
64011 | 81 |
* March 2016: Florian Haftmann, TUM |
64393 | 82 |
Reworking of the HOL char type as special case of a finite numeral type. |
62216 | 83 |
|
64393 | 84 |
* March 2016: Andreas Lochbihler, ETH Zurich |
85 |
Reasoning support for monotonicity, continuity and admissibility in |
|
86 |
chain-complete partial orders. |
|
64011 | 87 |
|
64393 | 88 |
* February - October 2016: Makarius Wenzel |
89 |
Prover IDE improvements. |
|
90 |
ML IDE improvements: bootstrap of Pure. |
|
91 |
Isar language consolidation. |
|
92 |
Notational modernization of HOL. |
|
93 |
Tight Poly/ML integration. |
|
94 |
More Isabelle/Scala system programming modules (e.g. SSH, Mercurial). |
|
63552 | 95 |
|
64433 | 96 |
* Winter 2016: Jasmin Blanchette, Inria & LORIA & MPII, Aymeric Bouzy, |
97 |
Ecole polytechnique, Andreas Lochbihler, ETH Zurich, Andrei Popescu, |
|
98 |
Middlesex University, and Dmitriy Traytel, ETH Zurich |
|
99 |
'corec' command and friends. |
|
100 |
||
64393 | 101 |
* January 2016: Florian Haftmann, TUM |
102 |
Abolition of compound operators INFIMUM and SUPREMUM for complete lattices. |
|
64389 | 103 |
|
104 |
||
62016 | 105 |
Contributions to Isabelle2016 |
106 |
----------------------------- |
|
60138 | 107 |
|
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
108 |
* Winter 2016: Manuel Eberl, TUM |
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
109 |
Support for real exponentiation ("powr") in the "approximation" method. |
62693 | 110 |
(This was removed in Isabelle 2015 due to a changed definition of "powr".) |
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
111 |
|
62138 | 112 |
* Summer 2015 - Winter 2016: Lawrence C Paulson, Cambridge |
113 |
General, homology form of Cauchy's integral theorem and supporting material |
|
62205 | 114 |
(ported from HOL Light). |
62138 | 115 |
|
62118 | 116 |
* Winter 2015/16: Gerwin Klein, NICTA |
62205 | 117 |
New print_record command. |
62118 | 118 |
|
62236 | 119 |
* May - December 2015: Makarius Wenzel |
120 |
Prover IDE improvements. |
|
121 |
More Isar language elements. |
|
122 |
Document language refinements. |
|
123 |
Poly/ML debugger integration. |
|
124 |
Improved multi-platform and multi-architecture support. |
|
125 |
||
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
126 |
* Winter 2015: Manuel Eberl, TUM |
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
127 |
The radius of convergence of power series and various summability tests. |
62064 | 128 |
Harmonic numbers and the Euler-Mascheroni constant. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
129 |
The Generalised Binomial Theorem. |
62064 | 130 |
The complex and real Gamma/log-Gamma/Digamma/Polygamma functions and their |
131 |
most important properties. |
|
62138 | 132 |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
133 |
* Autumn 2015: Manuel Eberl, TUM |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
134 |
Proper definition of division (with remainder) for formal power series; |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
135 |
Euclidean Ring and GCD instance for formal power series. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
136 |
|
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
137 |
* Autumn 2015: Florian Haftmann, TUM |
62064 | 138 |
Rewrite definitions for global interpretations and sublocale declarations. |
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
139 |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
140 |
* Autumn 2015: Andreas Lochbihler |
62064 | 141 |
Bourbaki-Witt fixpoint theorem for increasing functions on chain-complete |
142 |
partial orders. |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
143 |
|
61552
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
144 |
* Autumn 2015: Chaitanya Mangla, Lawrence C Paulson, and Manuel Eberl |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
145 |
A large number of additional binomial identities. |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
146 |
|
60632 | 147 |
* Summer 2015: Daniel Matichuk, NICTA and Makarius Wenzel |
62064 | 148 |
Isar subgoal command for proof structure within unstructured proof scripts. |
60632 | 149 |
|
60434 | 150 |
* Summer 2015: Florian Haftmann, TUM |
60632 | 151 |
Generic partial division in rings as inverse operation of multiplication. |
60434 | 152 |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
153 |
* Summer 2015: Manuel Eberl and Florian Haftmann, TUM |
62064 | 154 |
Type class hierarchy with common algebraic notions of integral (semi)domains |
155 |
like units, associated elements and normalization wrt. units. |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
156 |
|
60804 | 157 |
* Summer 2015: Florian Haftmann, TUM |
158 |
Fundamentals of abstract type class for factorial rings. |
|
159 |
||
60920 | 160 |
* Summer 2015: Julian Biendarra, TUM and Dmitriy Traytel, ETH Zurich |
62064 | 161 |
Command to lift a BNF structure on the raw type to the abstract type for |
162 |
typedefs. |
|
60920 | 163 |
|
62236 | 164 |
* Summer 2014: Jeremy Avigad, Luke Serafin, CMU, and Johannes Hölzl, TUM |
165 |
Proof of the central limit theorem: includes weak convergence, |
|
166 |
characteristic functions, and Levy's uniqueness and continuity theorem. |
|
167 |
||
60138 | 168 |
|
60012 | 169 |
Contributions to Isabelle2015 |
170 |
----------------------------- |
|
57695 | 171 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
172 |
* 2014/2015: Daniel Matichuk, Toby Murray, NICTA and Makarius Wenzel |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
173 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
174 |
|
60260 | 175 |
* Winter 2014 and Spring 2015: Ondrej Kuncar, TUM |
60261 | 176 |
Extension of lift_definition to execute lifted functions that have as a |
177 |
return type a datatype containing a subtype. |
|
60260 | 178 |
|
59980 | 179 |
* March 2015: Jasmin Blanchette, Inria & LORIA & MPII, Mathias Fleury, MPII, |
180 |
and Dmitriy Traytel, TUM |
|
59813 | 181 |
More multiset theorems, syntax, and operations. |
182 |
||
59980 | 183 |
* December 2014: Johannes Hölzl, Manuel Eberl, Sudeep Kanav, TUM, and |
184 |
Jeremy Avigad, Luke Serafin, CMU |
|
185 |
Various integration theorems: mostly integration on intervals and |
|
186 |
substitution. |
|
59092
d469103c0737
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents:
58626
diff
changeset
|
187 |
|
58196
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
188 |
* September 2014: Florian Haftmann, TUM |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
189 |
Lexicographic order on functions and |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
190 |
sum/product over function bodies. |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
191 |
|
58626 | 192 |
* August 2014: Andreas Lochbihler, ETH Zurich |
59980 | 193 |
Test infrastructure for executing generated code in target languages. |
58626 | 194 |
|
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
195 |
* August 2014: Manuel Eberl, TUM |
59980 | 196 |
Generic euclidean algorithms for GCD et al. |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
197 |
|
57695 | 198 |
|
57452 | 199 |
Contributions to Isabelle2014 |
200 |
----------------------------- |
|
54055 | 201 |
|
57513 | 202 |
* July 2014: Thomas Sewell, NICTA |
57516 | 203 |
Preserve equality hypotheses in "clarify" and friends. New |
204 |
"hypsubst_thin" method configuration option. |
|
57513 | 205 |
|
57519 | 206 |
* Summer 2014: Florian Haftmann, TUM |
207 |
Consolidation and generalization of facts concerning (abelian) |
|
208 |
semigroups and monoids, particularly products (resp. sums) on |
|
209 |
finite sets. |
|
57419 | 210 |
|
57216 | 211 |
* Summer 2014: Mathias Fleury, ENS Rennes, and Albert Steckermeier, TUM |
57452 | 212 |
Work on exotic automatic theorem provers for Sledgehammer (LEO-II, |
213 |
veriT, Waldmeister, etc.). |
|
57216 | 214 |
|
57875 | 215 |
* June 2014: Florian Haftmann, TUM |
216 |
Internal reorganisation of the local theory / named target stack. |
|
217 |
||
57254
d3d91422f408
lemmas about the moments of the normal distribution
hoelzl
parents:
57252
diff
changeset
|
218 |
* June 2014: Sudeep Kanav, TUM, Jeremy Avigad, CMU, and Johannes Hölzl, TUM |
57452 | 219 |
Various properties of exponentially, Erlang, and normal distributed |
220 |
random variables. |
|
57235
b0b9a10e4bf4
properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents:
57216
diff
changeset
|
221 |
|
57452 | 222 |
* May 2014: Cezary Kaliszyk, University of Innsbruck, and |
223 |
Jasmin Blanchette, TUM |
|
57030 | 224 |
SML-based engines for MaSh. |
225 |
||
55913 | 226 |
* March 2014: René Thiemann |
55895 | 227 |
Improved code generation for multisets. |
228 |
||
56416 | 229 |
* February 2014: Florian Haftmann, TUM |
57452 | 230 |
Permanent interpretation inside theory, locale and class targets |
231 |
with mixin definitions. |
|
232 |
||
57474 | 233 |
* Spring 2014: Lawrence C Paulson, Cambridge |
234 |
Theory Complex_Basic_Analysis. Tidying up Number_Theory vs Old_Number_Theory |
|
235 |
||
57827 | 236 |
* Winter 2013 and Spring 2014: Ondrej Kuncar, TUM |
237 |
Various improvements to Lifting/Transfer, integration with the BNF package. |
|
238 |
||
57452 | 239 |
* Winter 2013 and Spring 2014: Makarius Wenzel, Université Paris-Sud / LRI |
240 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
56416 | 241 |
|
57452 | 242 |
* Fall 2013 and Winter 2014: Martin Desharnais, Lorenz Panny, |
243 |
Dmitriy Traytel, and Jasmin Blanchette, TUM |
|
244 |
Various improvements to the BNF-based (co)datatype package, |
|
245 |
including a more polished "primcorec" command, optimizations, and |
|
246 |
integration in the "HOL" session. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
247 |
|
57452 | 248 |
* Winter/Spring 2014: Sascha Boehme, QAware GmbH, and |
249 |
Jasmin Blanchette, TUM |
|
250 |
"SMT2" module and "smt2" proof method, based on SMT-LIB 2 and |
|
251 |
Z3 4.3. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
252 |
|
55316
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
253 |
* January 2014: Lars Hupel, TUM |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
254 |
An improved, interactive simplifier trace with integration into the |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
255 |
Isabelle/jEdit Prover IDE. |
54055 | 256 |
|
56416 | 257 |
* December 2013: Florian Haftmann, TUM |
258 |
Consolidation of abstract interpretations concerning min and max. |
|
259 |
||
260 |
* November 2013: Florian Haftmann, TUM |
|
56418 | 261 |
Abolition of negative numeral literals in the logic. |
56416 | 262 |
|
55913 | 263 |
|
53984 | 264 |
Contributions to Isabelle2013-1 |
265 |
------------------------------- |
|
50994 | 266 |
|
54363 | 267 |
* September 2013: Lars Noschinski, TUM |
54364 | 268 |
Conversion between function definitions as list of equations and |
269 |
case expressions in HOL. |
|
270 |
New library Simps_Case_Conv with commands case_of_simps, |
|
271 |
simps_of_case. |
|
54363 | 272 |
|
53396 | 273 |
* September 2013: Nik Sultana, University of Cambridge |
274 |
Improvements to HOL/TPTP parser and import facilities. |
|
275 |
||
54029 | 276 |
* September 2013: Johannes Hölzl and Dmitriy Traytel, TUM |
277 |
New "coinduction" method (residing in HOL-BNF) to avoid boilerplate. |
|
278 |
||
53984 | 279 |
* Summer 2013: Makarius Wenzel, Université Paris-Sud / LRI |
280 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
281 |
||
53613 | 282 |
* Summer 2013: Manuel Eberl, TUM |
283 |
Generation of elimination rules in the function package. |
|
284 |
New command "fun_cases". |
|
285 |
||
54051 | 286 |
* Summer 2013: Christian Sternagel, JAIST |
287 |
Improved support for ad hoc overloading of constants, including |
|
288 |
documentation and examples. |
|
289 |
||
53396 | 290 |
* Spring and Summer 2013: Lorenz Panny, Dmitriy Traytel, and |
291 |
Jasmin Blanchette, TUM |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
292 |
Various improvements to the BNF-based (co)datatype package, including |
54010 | 293 |
"primrec_new" and "primcorec" commands and a compatibility layer. |
53307 | 294 |
|
54021 | 295 |
* Spring and Summer 2013: Ondrej Kuncar, TUM |
54035 | 296 |
Various improvements of Lifting and Transfer packages. |
54021 | 297 |
|
298 |
* Spring 2013: Brian Huffman, Galois Inc. |
|
54035 | 299 |
Improvements of the Transfer package. |
54051 | 300 |
|
53728 | 301 |
* Summer 2013: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
302 |
Jasmin Blanchette, TUM |
|
303 |
Various improvements to MaSh, including a server mode. |
|
304 |
||
305 |
* First half of 2013: Steffen Smolka, TUM |
|
306 |
Further improvements to Sledgehammer's Isar proof generator. |
|
307 |
||
52485 | 308 |
* May 2013: Florian Haftmann, TUM |
309 |
Ephemeral interpretation in local theories. |
|
310 |
||
52266 | 311 |
* 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
|
312 |
Spec_Check: A Quickcheck tool for Isabelle/ML. |
52266 | 313 |
|
51682 | 314 |
* April 2013: Stefan Berghofer, secunet Security Networks AG |
315 |
Dmitriy Traytel, TUM |
|
316 |
Makarius Wenzel, Université Paris-Sud / LRI |
|
317 |
Case translations as a separate check phase independent of the |
|
318 |
datatype package. |
|
319 |
||
51487 | 320 |
* March 2013: Florian Haftmann, TUM |
51489 | 321 |
Reform of "big operators" on sets. |
322 |
||
323 |
* March 2013: Florian Haftmann, TUM |
|
51487 | 324 |
Algebraic locale hierarchy for orderings and (semi)lattices. |
325 |
||
52503 | 326 |
* February 2013: Florian Haftmann, TUM |
327 |
Reworking and consolidation of code generation for target language |
|
328 |
numerals. |
|
51167 | 329 |
|
52503 | 330 |
* February 2013: Florian Haftmann, TUM |
51173 | 331 |
Sieve of Eratosthenes. |
332 |
||
51167 | 333 |
|
50993 | 334 |
Contributions to Isabelle2013 |
335 |
----------------------------- |
|
47887 | 336 |
|
49532 | 337 |
* 2012: Makarius Wenzel, Université Paris-Sud / LRI |
338 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
339 |
||
50648 | 340 |
* Fall 2012: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
50222 | 341 |
Jasmin Blanchette, TUM |
342 |
Implemented Machine Learning for Sledgehammer (MaSh). |
|
343 |
||
50219 | 344 |
* Fall 2012: Steffen Smolka, TUM |
50648 | 345 |
Various improvements to Sledgehammer's Isar proof generator, |
346 |
including a smart type annotation algorithm and proof shrinking. |
|
50219 | 347 |
|
50573 | 348 |
* December 2012: Alessandro Coglio, Kestrel |
50991 | 349 |
Contributions to HOL's Lattice library. |
50573 | 350 |
|
50142 | 351 |
* November 2012: Fabian Immler, TUM |
50184 | 352 |
"Symbols" dockable for Isabelle/jEdit. |
353 |
||
354 |
* November 2012: Fabian Immler, TUM |
|
355 |
Proof of the Daniell-Kolmogorov theorem: the existence of the limit |
|
356 |
of projective families. |
|
50142 | 357 |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
358 |
* October 2012: Andreas Lochbihler, KIT |
50184 | 359 |
Efficient construction of red-black trees from sorted associative |
360 |
lists. |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
361 |
|
49190 | 362 |
* September 2012: Florian Haftmann, TUM |
363 |
Lattice instances for type option. |
|
364 |
||
49145 | 365 |
* September 2012: Christian Sternagel, JAIST |
366 |
Consolidated HOL/Library (theories: Prefix_Order, Sublist, and |
|
367 |
Sublist_Order) w.r.t. prefixes, suffixes, and embedding on lists. |
|
368 |
||
48977 | 369 |
* 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
|
370 |
New BNF-based (co)datatype package. |
48977 | 371 |
|
372 |
* August 2012: Andrei Popescu and Dmitriy Traytel, TUM |
|
373 |
Theories of ordinals and cardinals. |
|
374 |
||
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
375 |
* July 2012: Makarius Wenzel, Université Paris-Sud / LRI |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
376 |
Advanced support for Isabelle sessions and build management, notably |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
377 |
"isabelle build". |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
378 |
|
48111 | 379 |
* 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
|
380 |
Simproc for rewriting set comprehensions into pointfree expressions. |
47887 | 381 |
|
49481
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
382 |
* May 2012: Andreas Lochbihler, KIT |
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
383 |
Theory of almost everywhere constant functions. |
48124 | 384 |
|
50648 | 385 |
* 2010-2012: Markus Kaiser and Lukas Bulwahn, TUM |
386 |
Graphview in Scala/Swing. |
|
387 |
||
388 |
||
47462 | 389 |
Contributions to Isabelle2012 |
390 |
----------------------------- |
|
45109 | 391 |
|
47695 | 392 |
* April 2012: Johannes Hölzl, TUM |
47808 | 393 |
Probability: Introduced type to represent measures instead of |
394 |
locales. |
|
47695 | 395 |
|
396 |
* April 2012: Johannes Hölzl, Fabian Immler, TUM |
|
397 |
Float: Moved to Dyadic rationals to represent floating point numers. |
|
398 |
||
47808 | 399 |
* April 2012: Thomas Sewell, NICTA and |
400 |
2010: Sascha Boehme, TUM |
|
401 |
Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector |
|
402 |
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
|
403 |
|
47808 | 404 |
* March 2012: Christian Sternagel, JAIST |
47448 | 405 |
Consolidated theory of relation composition. |
406 |
||
47413 | 407 |
* March 2012: Nik Sultana, University of Cambridge |
408 |
HOL/TPTP parser and import facilities. |
|
409 |
||
47462 | 410 |
* March 2012: Cezary Kaliszyk, University of Innsbruck and |
411 |
Alexander Krauss, QAware GmbH |
|
412 |
Faster and more scalable Import mechanism for HOL Light proofs. |
|
413 |
||
47563 | 414 |
* January 2012: Florian Haftmann, TUM, et al. |
46596 | 415 |
(Re-)Introduction of the "set" type constructor. |
416 |
||
47700 | 417 |
* 2012: Ondrej Kuncar, TUM |
47808 | 418 |
New package Lifting, various improvements and refinements to the |
419 |
Quotient package. |
|
47700 | 420 |
|
47563 | 421 |
* 2011/2012: Jasmin Blanchette, TUM |
422 |
Various improvements to Sledgehammer, notably: tighter integration |
|
47808 | 423 |
with SPASS, support for more provers (Alt-Ergo, iProver, |
424 |
iProver-Eq). |
|
47563 | 425 |
|
47462 | 426 |
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI |
47485 | 427 |
Various refinements of local theory infrastructure. |
47462 | 428 |
Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE. |
47265 | 429 |
|
45109 | 430 |
|
44801 | 431 |
Contributions to Isabelle2011-1 |
432 |
------------------------------- |
|
41651 | 433 |
|
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
434 |
* September 2011: Peter Gammie |
44908 | 435 |
Theory HOL/Library/Saturated: numbers with saturated arithmetic. |
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
436 |
|
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
437 |
* 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
|
438 |
Refined theory on complete lattices. |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
439 |
|
44967 | 440 |
* August 2011: Brian Huffman, Portland State University |
441 |
Miscellaneous cleanup of Complex_Main and Multivariate_Analysis. |
|
442 |
||
443 |
* June 2011: Brian Huffman, Portland State University |
|
444 |
Proof method "countable_datatype" for theory Library/Countable. |
|
445 |
||
446 |
* 2011: Jasmin Blanchette, TUM |
|
447 |
Various improvements to Sledgehammer, notably: use of sound |
|
448 |
translations, support for more provers (Waldmeister, LEO-II, |
|
449 |
Satallax). Further development of Nitpick and 'try' command. |
|
450 |
||
451 |
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology |
|
452 |
Theory HOL/Library/Cset_Monad allows do notation for computable sets |
|
453 |
(cset) via the generic monad ad-hoc overloading facility. |
|
454 |
||
455 |
* 2011: Johannes Hölzl, Armin Heller, TUM and |
|
456 |
Bogdan Grechuk, University of Edinburgh |
|
457 |
Theory HOL/Library/Extended_Reals: real numbers extended with plus |
|
458 |
and minus infinity. |
|
459 |
||
44882 | 460 |
* 2011: Makarius Wenzel, Université Paris-Sud / LRI |
461 |
Various building blocks for Isabelle/Scala layer and Isabelle/jEdit |
|
462 |
Prover IDE. |
|
463 |
||
44908 | 464 |
|
41512 | 465 |
Contributions to Isabelle2011 |
466 |
----------------------------- |
|
37383 | 467 |
|
41567 | 468 |
* January 2011: Stefan Berghofer, secunet Security Networks AG |
469 |
HOL-SPARK: an interactive prover back-end for SPARK. |
|
470 |
||
40379 | 471 |
* October 2010: Bogdan Grechuk, University of Edinburgh |
472 |
Extended convex analysis in Multivariate Analysis. |
|
473 |
||
40287 | 474 |
* October 2010: Dmitriy Traytel, TUM |
475 |
Coercive subtyping via subtype constraints. |
|
476 |
||
41531 | 477 |
* October 2010: Alexander Krauss, TUM |
478 |
Command partial_function for function definitions based on complete |
|
479 |
partial orders in HOL. |
|
480 |
||
39644 | 481 |
* September 2010: Florian Haftmann, TUM |
41596 | 482 |
Refined concepts for evaluation, i.e., normalization of terms using |
41531 | 483 |
different techniques. |
40120 | 484 |
|
485 |
* September 2010: Florian Haftmann, TUM |
|
39644 | 486 |
Code generation for Scala. |
487 |
||
38656 | 488 |
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM |
41596 | 489 |
Improved Probability theory in HOL. |
38656 | 490 |
|
38461 | 491 |
* July 2010: Florian Haftmann, TUM |
39644 | 492 |
Reworking and extension of the Imperative HOL framework. |
38461 | 493 |
|
41596 | 494 |
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University |
495 |
of Innsbruck |
|
41531 | 496 |
Ad-hoc overloading. Generic do notation for monads. |
497 |
||
37383 | 498 |
|
37144 | 499 |
Contributions to Isabelle2009-2 |
41512 | 500 |
------------------------------- |
33951 | 501 |
|
37303 | 502 |
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM, |
503 |
Makarius Wenzel, TUM / LRI |
|
504 |
Elimination of type classes from proof terms. |
|
505 |
||
37144 | 506 |
* April 2010: Florian Haftmann, TUM |
36416 | 507 |
Reorganization of abstract algebra type classes. |
508 |
||
37144 | 509 |
* April 2010: Florian Haftmann, TUM |
36416 | 510 |
Code generation for data representations involving invariants; |
511 |
various collections avaiable in theories Fset, Dlist, RBT, |
|
512 |
Mapping and AssocList. |
|
513 |
||
37144 | 514 |
* March 2010: Sascha Boehme, TUM |
515 |
Efficient SHA1 library for Poly/ML. |
|
516 |
||
37282 | 517 |
* February 2010: Cezary Kaliszyk and Christian Urban, TUM |
518 |
Quotient type package for Isabelle/HOL. |
|
519 |
||
26874 | 520 |
|
33842 | 521 |
Contributions to Isabelle2009-1 |
522 |
------------------------------- |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
523 |
|
33862 | 524 |
* November 2009, Brian Huffman, PSU |
525 |
New definitional domain package for HOLCF. |
|
526 |
||
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
527 |
* November 2009: Robert Himmelmann, TUM |
33862 | 528 |
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
|
529 |
|
33842 | 530 |
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM |
531 |
A tabled implementation of the reflexive transitive closure. |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
532 |
|
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
533 |
* November 2009: Lukas Bulwahn, TUM |
33842 | 534 |
Predicate Compiler: a compiler for inductive predicates to |
33843 | 535 |
equational specifications. |
48977 | 536 |
|
33897 | 537 |
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris |
33842 | 538 |
HOL-Boogie: an interactive prover back-end for Boogie and VCC. |
33419 | 539 |
|
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
540 |
* October 2009: Jasmin Blanchette, TUM |
33842 | 541 |
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
|
542 |
|
33010 | 543 |
* October 2009: Sascha Boehme, TUM |
33182 | 544 |
Extension of SMT method: proof-reconstruction for the SMT solver Z3. |
33010 | 545 |
|
546 |
* October 2009: Florian Haftmann, TUM |
|
33182 | 547 |
Refinement of parts of the HOL datatype package. |
33005 | 548 |
|
33010 | 549 |
* October 2009: Florian Haftmann, TUM |
33182 | 550 |
Generic term styles for term antiquotations. |
33005 | 551 |
|
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
552 |
* September 2009: Thomas Sewell, NICTA |
33182 | 553 |
More efficient HOL/record implementation. |
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
554 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
555 |
* September 2009: Sascha Boehme, TUM |
33182 | 556 |
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
|
557 |
|
32600 | 558 |
* September 2009: Florian Haftmann, TUM |
33182 | 559 |
Refinement of sets and lattices. |
32600 | 560 |
|
561 |
* July 2009: Jeremy Avigad and Amine Chaieb |
|
33182 | 562 |
New number theory. |
32600 | 563 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
564 |
* July 2009: Philipp Meyer, TUM |
33182 | 565 |
HOL/Library/Sum_Of_Squares: functionality to call a remote csdp |
566 |
prover. |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
567 |
|
31997 | 568 |
* July 2009: Florian Haftmann, TUM |
33182 | 569 |
New quickcheck implementation using new code generator. |
31997 | 570 |
|
571 |
* July 2009: Florian Haftmann, TUM |
|
39644 | 572 |
HOL/Library/Fset: an explicit type of sets; finite sets ready to use |
33182 | 573 |
for code generation. |
31466 | 574 |
|
575 |
* June 2009: Florian Haftmann, TUM |
|
33843 | 576 |
HOL/Library/Tree: search trees implementing mappings, ready to use |
33182 | 577 |
for code generation. |
30978 | 578 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
579 |
* March 2009: Philipp Meyer, TUM |
33843 | 580 |
Minimization tool for results from Sledgehammer. |
33182 | 581 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
582 |
|
30978 | 583 |
Contributions to Isabelle2009 |
584 |
----------------------------- |
|
585 |
||
30383 | 586 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
587 |
Cambridge |
|
588 |
Elementary topology in Euclidean space. |
|
589 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
590 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
591 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
592 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
593 |
|
30179 | 594 |
* February 2009: Filip Maric, Univ. of Belgrade |
595 |
A Serbian theory. |
|
596 |
||
30162 | 597 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 598 |
Misc cleanup of HOL/refute. |
599 |
||
30162 | 600 |
* February 2009: Timothy Bourke, NICTA |
29883 | 601 |
New find_consts command. |
602 |
||
30162 | 603 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
604 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
605 |
|
29398 | 606 |
* December 2008: Clemens Ballarin, TUM |
607 |
New locale implementation. |
|
608 |
||
29182 | 609 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
610 |
Method "sizechange" for advanced termination proofs. |
|
611 |
||
28901 | 612 |
* November 2008: Timothy Bourke, NICTA |
613 |
Performance improvement (factor 50) for find_theorems. |
|
614 |
||
29398 | 615 |
* 2008: Florian Haftmann, TUM |
616 |
Various extensions and restructurings in HOL, improvements |
|
617 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
618 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
619 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
620 |
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
|
621 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
622 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
623 |
|
30162 | 624 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
625 |
Prover for coherent logic. |
|
626 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
627 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
628 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
629 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
630 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
631 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
632 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
633 |
|
27009 | 634 |
* 2007/2008: |
635 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
636 |
HOL library improvements. |
|
25468 | 637 |
|
27009 | 638 |
* 2007/2008: Brian Huffman, PSU |
639 |
HOLCF library improvements. |
|
640 |
||
641 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 642 |
HOL-Nominal package improvements. |
27009 | 643 |
|
644 |
* March 2008: Markus Reiter, TUM |
|
645 |
HOL/Library/RBT: red-black trees. |
|
26728 | 646 |
|
26874 | 647 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
648 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
649 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
650 |
for HOL. |
|
26728 | 651 |
|
27009 | 652 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
653 |
Misc improvements of record package in HOL. |
|
654 |
||
655 |
* December 2007: Florian Haftmann, TUM |
|
656 |
Overloading and class instantiation target. |
|
657 |
||
658 |
* December 2007: Florian Haftmann, TUM |
|
659 |
New version of primrec package for local theories. |
|
660 |
||
661 |
* December 2007: Alexander Krauss, TUM |
|
662 |
Method "induction_scheme" in HOL. |
|
663 |
||
664 |
* November 2007: Peter Lammich, Uni Muenster |
|
665 |
HOL-Lattice: some more lemmas. |
|
26198 | 666 |
|
26874 | 667 |
|
25454 | 668 |
Contributions to Isabelle2007 |
669 |
----------------------------- |
|
23252 | 670 |
|
25409 | 671 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 672 |
State Spaces: The Locale Way (in HOL). |
673 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
674 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
675 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
676 |
|
24799 | 677 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
678 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 679 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
680 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
681 |
* August 2007: Brian Huffman, PSU |
24799 | 682 |
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
|
683 |
|
23252 | 684 |
* June 2007: Amine Chaieb, TUM |
24799 | 685 |
Semiring normalization and Groebner Bases. |
25449 | 686 |
Support for dense linear orders. |
17866 | 687 |
|
23449 | 688 |
* June 2007: Joe Hurd, Oxford |
24799 | 689 |
Metis theorem-prover. |
690 |
||
691 |
* 2007: Kong W. Susanto, Cambridge |
|
692 |
HOL: Metis prover integration. |
|
23449 | 693 |
|
24799 | 694 |
* 2007: Stefan Berghofer, TUM |
25449 | 695 |
HOL: inductive predicates and sets. |
24799 | 696 |
|
24803 | 697 |
* 2007: Norbert Schirmer, TUM |
698 |
HOL/record: misc improvements. |
|
699 |
||
24799 | 700 |
* 2006/2007: Alexander Krauss, TUM |
701 |
HOL: function package and related theories on termination. |
|
23449 | 702 |
|
22449 | 703 |
* 2006/2007: Florian Haftmann, TUM |
704 |
Pure: generic code generator framework. |
|
705 |
Pure: class package. |
|
24799 | 706 |
HOL: theory reorganization, code generator setup. |
707 |
||
25449 | 708 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
709 |
Julien Narboux, TUM |
|
24799 | 710 |
HOL/Nominal package and related tools. |
22449 | 711 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
712 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 713 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
714 |
|
21169 | 715 |
* October 2006: Stefan Hohe, TUM |
716 |
HOL-Algebra: ideals and quotients over rings. |
|
717 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
718 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
719 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
720 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
721 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
722 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
723 |
|
19896 | 724 |
* May 2006: Klaus Aehlig, LMU |
725 |
Command 'normal_form': normalization by evaluation. |
|
726 |
||
19650 | 727 |
* May 2006: Amine Chaieb, TUM |
728 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
729 |
arithmetic. |
|
19470 | 730 |
|
731 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 732 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 733 |
not denumerable, harmonic and arithmetic series, and denumerability |
734 |
of rationals. |
|
17532 | 735 |
|
19650 | 736 |
* October 2005: Martin Wildmoser, TUM |
737 |
Sketch for Isar 'guess' element. |
|
738 |
||
739 |
||
25454 | 740 |
Contributions to Isabelle2005 |
741 |
----------------------------- |
|
17382 | 742 |
|
17640 | 743 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
744 |
HOL-Complex: Formalization of Taylor series. |
|
745 |
||
746 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
747 |
Components for SAT solver method using zChaff. |
|
748 |
||
17534 | 749 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
750 |
A Chinese theory. |
|
751 |
||
17562 | 752 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 753 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 754 |
|
17532 | 755 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 756 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 757 |
|
16892 | 758 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
759 |
Some structured proofs about completeness of real numbers. |
|
760 |
||
17532 | 761 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
762 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 763 |
|
16252 | 764 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 765 |
Improved subst method. |
766 |
||
767 |
* 2005: Brian Huffman, OGI |
|
768 |
Various improvements of HOLCF. |
|
769 |
Some improvements of the HOL-Complex library. |
|
770 |
||
771 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
772 |
Some support for asynchronous communication with external provers |
|
773 |
(experimental). |
|
774 |
||
775 |
* 2005: Florian Haftmann, TUM |
|
17543 | 776 |
Contributions to document 'sugar'. |
17532 | 777 |
Various ML combinators, notably linear functional transformations. |
778 |
Some cleanup of ML legacy. |
|
779 |
Additional antiquotations. |
|
780 |
Improved Isabelle web site. |
|
781 |
||
782 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
783 |
Various elements of XML and PGIP based communication with user |
|
784 |
interfaces (experimental). |
|
785 |
||
786 |
* 2004/2005: Gerwin Klein, NICTA |
|
787 |
Contributions to document 'sugar'. |
|
788 |
Improved Isabelle web site. |
|
789 |
Improved HTML presentation of theories. |
|
790 |
||
791 |
* 2004/2005: Clemens Ballarin, TUM |
|
792 |
Provers: tools for transitive relations and quasi orders. |
|
793 |
Improved version of locales, notably interpretation of locales. |
|
794 |
Improved version of HOL-Algebra. |
|
795 |
||
796 |
* 2004/2005: Amine Chaieb, TUM |
|
797 |
Improved version of HOL presburger method. |
|
798 |
||
799 |
* 2004/2005: Steven Obua, TUM |
|
800 |
Improved version of HOL/Import, support for HOL-Light. |
|
801 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 802 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 803 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 804 |
|
805 |
* 2004/2005: Norbert Schirmer, TUM |
|
806 |
Contributions to document 'sugar'. |
|
807 |
Improved version of HOL/record. |
|
808 |
||
809 |
* 2004/2005: Sebastian Skalberg, TUM |
|
810 |
Improved version of HOL/Import. |
|
811 |
Some internal ML reorganizations. |
|
812 |
||
813 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 814 |
SAT solver method using zChaff. |
17532 | 815 |
Improved version of HOL/refute. |
62098 | 816 |
|
817 |
:maxLineLen=78: |