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