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