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