CONTRIBUTORS
author wenzelm
Sat, 17 Mar 2012 23:55:03 +0100
changeset 47872 a0e370d3d149
parent 47467 ef552075d0ef
child 48136 b8c98d476805
permissions -rw-r--r--
proper naming of simprocs according to actual target context;
afford pervasive declaration which makes results available with qualified name from outside;
wenzelm@24799
     1
For the purposes of the license agreement in the file COPYRIGHT, a
wenzelm@24799
     2
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or
kleing@23382
     3
who is listed as an author in one of the source files of this Isabelle
kleing@23382
     4
distribution.
kleing@23382
     5
wenzelm@45961
     6
Contributions to this Isabelle version
wenzelm@45961
     7
--------------------------------------
wenzelm@45961
     8
haftmann@47467
     9
* January 2011: Florian Haftmann, TUM, et. al.
haftmann@47467
    10
  (Re-)Introduction of the "set" type constructor.
haftmann@47467
    11
wenzelm@45961
    12
wenzelm@45682
    13
Contributions to Isabelle2011-1
wenzelm@45682
    14
-------------------------------
wenzelm@42520
    15
haftmann@45680
    16
* September 2011: Peter Gammie
huffman@45779
    17
  Theory HOL/Library/Saturated: numbers with saturated arithmetic.
haftmann@45680
    18
haftmann@45680
    19
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM
haftmann@45680
    20
  Refined theory on complete lattices.
haftmann@45680
    21
wenzelm@45838
    22
* August 2011: Brian Huffman, Portland State University
wenzelm@45838
    23
  Miscellaneous cleanup of Complex_Main and Multivariate_Analysis.
wenzelm@45838
    24
wenzelm@45838
    25
* June 2011: Brian Huffman, Portland State University
wenzelm@45838
    26
  Proof method "countable_datatype" for theory Library/Countable.
wenzelm@45838
    27
wenzelm@45838
    28
* 2011: Jasmin Blanchette, TUM
wenzelm@45838
    29
  Various improvements to Sledgehammer, notably: use of sound
wenzelm@45838
    30
  translations, support for more provers (Waldmeister, LEO-II,
wenzelm@45838
    31
  Satallax). Further development of Nitpick and 'try' command.
wenzelm@45838
    32
wenzelm@45838
    33
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology
wenzelm@45838
    34
  Theory HOL/Library/Cset_Monad allows do notation for computable sets
wenzelm@45838
    35
  (cset) via the generic monad ad-hoc overloading facility.
wenzelm@45838
    36
wenzelm@45838
    37
* 2011: Johannes Hölzl, Armin Heller, TUM and
wenzelm@45838
    38
  Bogdan Grechuk, University of Edinburgh
wenzelm@45838
    39
  Theory HOL/Library/Extended_Reals: real numbers extended with plus
wenzelm@45838
    40
  and minus infinity.
wenzelm@45838
    41
wenzelm@45756
    42
* 2011: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@45756
    43
  Various building blocks for Isabelle/Scala layer and Isabelle/jEdit
wenzelm@45756
    44
  Prover IDE.
wenzelm@45756
    45
huffman@45779
    46
wenzelm@41760
    47
Contributions to Isabelle2011
wenzelm@41760
    48
-----------------------------
wenzelm@37358
    49
berghofe@41815
    50
* January 2011: Stefan Berghofer, secunet Security Networks AG
berghofe@41815
    51
  HOL-SPARK: an interactive prover back-end for SPARK.
berghofe@41815
    52
wenzelm@40625
    53
* October 2010: Bogdan Grechuk, University of Edinburgh
wenzelm@40625
    54
  Extended convex analysis in Multivariate Analysis.
wenzelm@40625
    55
wenzelm@40534
    56
* October 2010: Dmitriy Traytel, TUM
wenzelm@40534
    57
  Coercive subtyping via subtype constraints.
wenzelm@40534
    58
krauss@41779
    59
* October 2010: Alexander Krauss, TUM
krauss@41779
    60
  Command partial_function for function definitions based on complete
krauss@41779
    61
  partial orders in HOL.
krauss@41779
    62
haftmann@39868
    63
* September 2010: Florian Haftmann, TUM
wenzelm@41844
    64
  Refined concepts for evaluation, i.e., normalization of terms using
krauss@41779
    65
  different techniques.
haftmann@40364
    66
haftmann@40364
    67
* September 2010: Florian Haftmann, TUM
haftmann@39868
    68
  Code generation for Scala.
haftmann@39868
    69
hoelzl@38902
    70
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM
wenzelm@41844
    71
  Improved Probability theory in HOL.
hoelzl@38902
    72
haftmann@38705
    73
* July 2010: Florian Haftmann, TUM
haftmann@39868
    74
  Reworking and extension of the Imperative HOL framework.
haftmann@38705
    75
wenzelm@41844
    76
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University
wenzelm@41844
    77
    of Innsbruck
krauss@41779
    78
  Ad-hoc overloading. Generic do notation for monads.
krauss@41779
    79
wenzelm@37358
    80
wenzelm@37144
    81
Contributions to Isabelle2009-2
wenzelm@41760
    82
-------------------------------
wenzelm@33951
    83
krauss@37303
    84
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM,
krauss@37303
    85
  Makarius Wenzel, TUM / LRI
krauss@37303
    86
  Elimination of type classes from proof terms.
krauss@37303
    87
wenzelm@37144
    88
* April 2010: Florian Haftmann, TUM
haftmann@36416
    89
  Reorganization of abstract algebra type classes.
haftmann@36416
    90
wenzelm@37144
    91
* April 2010: Florian Haftmann, TUM
haftmann@36416
    92
  Code generation for data representations involving invariants;
haftmann@36416
    93
  various collections avaiable in theories Fset, Dlist, RBT,
haftmann@36416
    94
  Mapping and AssocList.
haftmann@36416
    95
wenzelm@37144
    96
* March 2010: Sascha Boehme, TUM
wenzelm@37144
    97
  Efficient SHA1 library for Poly/ML.
wenzelm@37144
    98
wenzelm@37282
    99
* February 2010: Cezary Kaliszyk and Christian Urban, TUM
wenzelm@37282
   100
  Quotient type package for Isabelle/HOL.
wenzelm@37282
   101
wenzelm@26874
   102
wenzelm@33842
   103
Contributions to Isabelle2009-1
wenzelm@33842
   104
-------------------------------
bulwahn@33649
   105
haftmann@33862
   106
* November 2009, Brian Huffman, PSU
haftmann@33862
   107
  New definitional domain package for HOLCF.
haftmann@33862
   108
hoelzl@33759
   109
* November 2009: Robert Himmelmann, TUM
haftmann@33862
   110
  Derivation and Brouwer's fixpoint theorem in Multivariate Analysis.
hoelzl@33759
   111
wenzelm@33842
   112
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM
wenzelm@33842
   113
  A tabled implementation of the reflexive transitive closure.
bulwahn@33649
   114
bulwahn@33627
   115
* November 2009: Lukas Bulwahn, TUM
wenzelm@33842
   116
  Predicate Compiler: a compiler for inductive predicates to
wenzelm@33843
   117
  equational specifications.
bulwahn@33627
   118
 
wenzelm@33897
   119
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris
wenzelm@33842
   120
  HOL-Boogie: an interactive prover back-end for Boogie and VCC.
boehmes@33408
   121
blanchet@33192
   122
* October 2009: Jasmin Blanchette, TUM
wenzelm@33842
   123
  Nitpick: yet another counterexample generator for Isabelle/HOL.
blanchet@33192
   124
boehmes@33006
   125
* October 2009: Sascha Boehme, TUM
wenzelm@33182
   126
  Extension of SMT method: proof-reconstruction for the SMT solver Z3.
boehmes@33006
   127
boehmes@33006
   128
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   129
  Refinement of parts of the HOL datatype package.
haftmann@33002
   130
boehmes@33006
   131
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   132
  Generic term styles for term antiquotations.
haftmann@33002
   133
wenzelm@32762
   134
* September 2009: Thomas Sewell, NICTA
wenzelm@33182
   135
  More efficient HOL/record implementation.
wenzelm@32762
   136
boehmes@32618
   137
* September 2009: Sascha Boehme, TUM
wenzelm@33182
   138
  SMT method using external SMT solvers.
boehmes@32618
   139
haftmann@32600
   140
* September 2009: Florian Haftmann, TUM
wenzelm@33182
   141
  Refinement of sets and lattices.
haftmann@32600
   142
haftmann@32600
   143
* July 2009: Jeremy Avigad and Amine Chaieb
wenzelm@33182
   144
  New number theory.
haftmann@32600
   145
Philipp@32265
   146
* July 2009: Philipp Meyer, TUM
wenzelm@33182
   147
  HOL/Library/Sum_Of_Squares: functionality to call a remote csdp
wenzelm@33182
   148
  prover.
Philipp@32265
   149
haftmann@31997
   150
* July 2009: Florian Haftmann, TUM
wenzelm@33182
   151
  New quickcheck implementation using new code generator.
haftmann@31997
   152
haftmann@31997
   153
* July 2009: Florian Haftmann, TUM
haftmann@39868
   154
  HOL/Library/Fset: an explicit type of sets; finite sets ready to use
wenzelm@33182
   155
  for code generation.
haftmann@31466
   156
haftmann@31466
   157
* June 2009: Florian Haftmann, TUM
wenzelm@33843
   158
  HOL/Library/Tree: search trees implementing mappings, ready to use
wenzelm@33182
   159
  for code generation.
wenzelm@30979
   160
Philipp@32265
   161
* March 2009: Philipp Meyer, TUM
wenzelm@33843
   162
  Minimization tool for results from Sledgehammer.
wenzelm@33182
   163
Philipp@32265
   164
wenzelm@30979
   165
Contributions to Isabelle2009
wenzelm@30979
   166
-----------------------------
wenzelm@30979
   167
wenzelm@30388
   168
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of
wenzelm@30388
   169
  Cambridge
wenzelm@30388
   170
  Elementary topology in Euclidean space.
wenzelm@30388
   171
wenzelm@30886
   172
* March 2009: Johannes Hoelzl, TUM
wenzelm@30886
   173
  Method "approximation", which proves real valued inequalities by
wenzelm@30886
   174
  computation.
wenzelm@30886
   175
wenzelm@30179
   176
* February 2009: Filip Maric, Univ. of Belgrade
wenzelm@30179
   177
  A Serbian theory.
wenzelm@30179
   178
wenzelm@30162
   179
* February 2009: Jasmin Christian Blanchette, TUM
wenzelm@30154
   180
  Misc cleanup of HOL/refute.
wenzelm@30154
   181
wenzelm@30162
   182
* February 2009: Timothy Bourke, NICTA
kleing@29820
   183
  New find_consts command.
kleing@29820
   184
wenzelm@30162
   185
* February 2009: Timothy Bourke, NICTA
kleing@29798
   186
  "solves" criterion for find_theorems and auto_solve option
kleing@29798
   187
haftmann@29395
   188
* December 2008: Clemens Ballarin, TUM
haftmann@29395
   189
  New locale implementation.
haftmann@29395
   190
krauss@29182
   191
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM
krauss@29182
   192
  Method "sizechange" for advanced termination proofs.
krauss@29182
   193
kleing@28901
   194
* November 2008: Timothy Bourke, NICTA
kleing@28901
   195
  Performance improvement (factor 50) for find_theorems.
kleing@28901
   196
haftmann@29395
   197
* 2008: Florian Haftmann, TUM
haftmann@29395
   198
  Various extensions and restructurings in HOL, improvements
haftmann@29395
   199
  in evaluation mechanisms, new module binding.ML for name bindings.
haftmann@29395
   200
wenzelm@28604
   201
* October 2008: Fabian Immler, TUM
wenzelm@28604
   202
  ATP manager for Sledgehammer, based on ML threads instead of Posix
wenzelm@28604
   203
  processes.  Additional ATP wrappers, including remote SystemOnTPTP
wenzelm@28604
   204
  services.
wenzelm@28604
   205
wenzelm@30162
   206
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen
wenzelm@30162
   207
  Prover for coherent logic.
wenzelm@30162
   208
wenzelm@28474
   209
* August 2008: Fabian Immler, TUM
wenzelm@28474
   210
  Vampire wrapper script for remote SystemOnTPTP service.
wenzelm@28474
   211
wenzelm@28474
   212
wenzelm@28474
   213
Contributions to Isabelle2008
wenzelm@28474
   214
-----------------------------
wenzelm@28474
   215
wenzelm@27009
   216
* 2007/2008:
wenzelm@27009
   217
  Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM
wenzelm@27009
   218
  HOL library improvements.
wenzelm@25468
   219
wenzelm@27009
   220
* 2007/2008: Brian Huffman, PSU
wenzelm@27009
   221
  HOLCF library improvements.
wenzelm@27009
   222
wenzelm@27009
   223
* 2007/2008: Stefan Berghofer, TUM
wenzelm@30179
   224
  HOL-Nominal package improvements.
wenzelm@27009
   225
wenzelm@27009
   226
* March 2008: Markus Reiter, TUM
wenzelm@27009
   227
  HOL/Library/RBT: red-black trees.
haftmann@26728
   228
wenzelm@26874
   229
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and
wenzelm@26874
   230
  Lukas Bulwahn, TUM and John Matthews, Galois:
wenzelm@26874
   231
  HOL/Library/Imperative_HOL: Haskell-style imperative data structures
wenzelm@26874
   232
  for HOL.
haftmann@26728
   233
wenzelm@27009
   234
* December 2007: Norbert Schirmer, Uni Saarbruecken
wenzelm@27009
   235
  Misc improvements of record package in HOL.
wenzelm@27009
   236
wenzelm@27009
   237
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   238
  Overloading and class instantiation target.
wenzelm@27009
   239
wenzelm@27009
   240
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   241
  New version of primrec package for local theories.
wenzelm@27009
   242
wenzelm@27009
   243
* December 2007: Alexander Krauss, TUM
wenzelm@27009
   244
  Method "induction_scheme" in HOL.
wenzelm@27009
   245
wenzelm@27009
   246
* November 2007: Peter Lammich, Uni Muenster
wenzelm@27009
   247
  HOL-Lattice: some more lemmas.
wenzelm@26198
   248
wenzelm@26874
   249
wenzelm@25454
   250
Contributions to Isabelle2007
wenzelm@25454
   251
-----------------------------
wenzelm@23252
   252
schirmer@25409
   253
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken
wenzelm@25398
   254
  State Spaces: The Locale Way (in HOL).
wenzelm@25398
   255
wenzelm@25057
   256
* October 2007: Mark A. Hillebrand, DFKI
wenzelm@25057
   257
  Robust sub/superscripts in LaTeX document output.
wenzelm@25057
   258
wenzelm@24799
   259
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian
wenzelm@24799
   260
    Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois
kleing@24333
   261
  HOL-Word: a library for fixed-size machine words in Isabelle.
kleing@24333
   262
kleing@24332
   263
* August 2007: Brian Huffman, PSU
wenzelm@24799
   264
  HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type.
kleing@24332
   265
wenzelm@23252
   266
* June 2007: Amine Chaieb, TUM
wenzelm@24799
   267
  Semiring normalization and Groebner Bases.
wenzelm@25449
   268
  Support for dense linear orders.
wenzelm@17866
   269
paulson@23449
   270
* June 2007: Joe Hurd, Oxford
wenzelm@24799
   271
  Metis theorem-prover.
paulson@23449
   272
wenzelm@24799
   273
* 2007: Kong W. Susanto, Cambridge
paulson@23449
   274
  HOL: Metis prover integration.
paulson@23449
   275
wenzelm@24799
   276
* 2007: Stefan Berghofer, TUM
wenzelm@25449
   277
  HOL: inductive predicates and sets.
wenzelm@24799
   278
wenzelm@24803
   279
* 2007: Norbert Schirmer, TUM
wenzelm@24803
   280
  HOL/record: misc improvements.
wenzelm@24803
   281
wenzelm@24799
   282
* 2006/2007: Alexander Krauss, TUM
wenzelm@24799
   283
  HOL: function package and related theories on termination.
wenzelm@24799
   284
haftmann@22449
   285
* 2006/2007: Florian Haftmann, TUM
haftmann@22449
   286
  Pure: generic code generator framework.
haftmann@22449
   287
  Pure: class package.
wenzelm@24799
   288
  HOL: theory reorganization, code generator setup.
wenzelm@24799
   289
wenzelm@25449
   290
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and
wenzelm@25449
   291
    Julien Narboux, TUM
wenzelm@24799
   292
  HOL/Nominal package and related tools.
haftmann@22449
   293
wenzelm@21242
   294
* November 2006: Lukas Bulwahn, TUM
wenzelm@24799
   295
  HOL: method "lexicographic_order" for function package.
wenzelm@21242
   296
wenzelm@21169
   297
* October 2006: Stefan Hohe, TUM
wenzelm@21169
   298
  HOL-Algebra: ideals and quotients over rings.
wenzelm@21169
   299
wenzelm@20340
   300
* August 2006: Amine Chaieb, TUM
wenzelm@20340
   301
  Experimental support for generic reflection and reification in HOL.
wenzelm@20340
   302
kleing@20067
   303
* July 2006: Rafal Kolanski, NICTA
kleing@20067
   304
  Hex (0xFF) and binary (0b1011) numerals.
kleing@20067
   305
nipkow@19896
   306
* May 2006: Klaus Aehlig, LMU
nipkow@19896
   307
  Command 'normal_form': normalization by evaluation.
nipkow@19896
   308
wenzelm@19650
   309
* May 2006: Amine Chaieb, TUM
wenzelm@19650
   310
  HOL-Complex: Ferrante and Rackoff Algorithm for linear real
wenzelm@19650
   311
  arithmetic.
kleing@19470
   312
kleing@19470
   313
* February 2006: Benjamin Porter, NICTA
kleing@23382
   314
  HOL and HOL-Complex: generalised mean value theorem, continuum is
kleing@19470
   315
  not denumerable, harmonic and arithmetic series, and denumerability
kleing@19470
   316
  of rationals.
wenzelm@17532
   317
wenzelm@19650
   318
* October 2005: Martin Wildmoser, TUM
wenzelm@19650
   319
  Sketch for Isar 'guess' element.
wenzelm@19650
   320
wenzelm@19650
   321
wenzelm@25454
   322
Contributions to Isabelle2005
wenzelm@25454
   323
-----------------------------
wenzelm@17382
   324
wenzelm@17640
   325
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM
wenzelm@17640
   326
  HOL-Complex: Formalization of Taylor series.
wenzelm@17640
   327
wenzelm@17640
   328
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria
wenzelm@17640
   329
  Components for SAT solver method using zChaff.
wenzelm@17640
   330
wenzelm@17534
   331
* September 2005: Ning Zhang and Christian Urban, LMU Munich
wenzelm@17534
   332
  A Chinese theory.
wenzelm@17534
   333
wenzelm@17562
   334
* September 2005: Bernhard Haeupler, TUM
wenzelm@17382
   335
  Method comm_ring for proving equalities in commutative rings.
wenzelm@16892
   336
wenzelm@17532
   337
* July/August 2005: Jeremy Avigad, Carnegie Mellon University
wenzelm@16892
   338
  Various improvements of the HOL and HOL-Complex library.
wenzelm@16868
   339
wenzelm@16892
   340
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM
wenzelm@16892
   341
  Some structured proofs about completeness of real numbers.
wenzelm@16892
   342
wenzelm@17532
   343
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA
wenzelm@17532
   344
  Improved retrieval of facts from theory/proof context.
wenzelm@15994
   345
wenzelm@16252
   346
* February 2005: Lucas Dixon, University of Edinburgh
wenzelm@17532
   347
  Improved subst method.
wenzelm@17532
   348
wenzelm@17532
   349
* 2005: Brian Huffman, OGI
wenzelm@17532
   350
  Various improvements of HOLCF.
wenzelm@17532
   351
  Some improvements of the HOL-Complex library.
wenzelm@17532
   352
wenzelm@17532
   353
* 2005: Claire Quigley and Jia Meng, University of Cambridge
wenzelm@17532
   354
  Some support for asynchronous communication with external provers
wenzelm@17532
   355
  (experimental).
wenzelm@17532
   356
wenzelm@17532
   357
* 2005: Florian Haftmann, TUM
wenzelm@17543
   358
  Contributions to document 'sugar'.
wenzelm@17532
   359
  Various ML combinators, notably linear functional transformations.
wenzelm@17532
   360
  Some cleanup of ML legacy.
wenzelm@17532
   361
  Additional antiquotations.
wenzelm@17532
   362
  Improved Isabelle web site.
wenzelm@17532
   363
wenzelm@17532
   364
* 2004/2005: David Aspinall, University of Edinburgh
wenzelm@17532
   365
  Various elements of XML and PGIP based communication with user
wenzelm@17532
   366
  interfaces (experimental).
wenzelm@17532
   367
wenzelm@17532
   368
* 2004/2005: Gerwin Klein, NICTA
wenzelm@17532
   369
  Contributions to document 'sugar'.
wenzelm@17532
   370
  Improved Isabelle web site.
wenzelm@17532
   371
  Improved HTML presentation of theories.
wenzelm@17532
   372
wenzelm@17532
   373
* 2004/2005: Clemens Ballarin, TUM
wenzelm@17532
   374
  Provers: tools for transitive relations and quasi orders.
wenzelm@17532
   375
  Improved version of locales, notably interpretation of locales.
wenzelm@17532
   376
  Improved version of HOL-Algebra.
wenzelm@17532
   377
wenzelm@17532
   378
* 2004/2005: Amine Chaieb, TUM
wenzelm@17532
   379
  Improved version of HOL presburger method.
wenzelm@17532
   380
wenzelm@17532
   381
* 2004/2005: Steven Obua, TUM
wenzelm@17532
   382
  Improved version of HOL/Import, support for HOL-Light.
wenzelm@17532
   383
  Improved version of HOL-Complex-Matrix.
wenzelm@17572
   384
  Pure/defs: more sophisticated checks on well-formedness of overloading.
wenzelm@17543
   385
  Pure/Tools: an experimental evaluator for lambda terms.
wenzelm@17532
   386
wenzelm@17532
   387
* 2004/2005: Norbert Schirmer, TUM
wenzelm@17532
   388
  Contributions to document 'sugar'.
wenzelm@17532
   389
  Improved version of HOL/record.
wenzelm@17532
   390
wenzelm@17532
   391
* 2004/2005: Sebastian Skalberg, TUM
wenzelm@17532
   392
  Improved version of HOL/Import.
wenzelm@17532
   393
  Some internal ML reorganizations.
wenzelm@17532
   394
wenzelm@17532
   395
* 2004/2005: Tjark Weber, TUM
wenzelm@17640
   396
  SAT solver method using zChaff.
wenzelm@17532
   397
  Improved version of HOL/refute.