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