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