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