CONTRIBUTORS
author wenzelm
Wed, 25 Nov 2009 15:04:20 +0100
changeset 33897 6db9292f586a
parent 33896 4782d74e67ab
child 33951 651028e34b5d
permissions -rw-r--r--
tuned affiliation;
     1 For the purposes of the license agreement in the file COPYRIGHT, a
     2 'contributor' is anybody who is listed in this file (CONTRIBUTORS) or
     3 who is listed as an author in one of the source files of this Isabelle
     4 distribution.
     5 
     6 
     7 Contributions to Isabelle2009-1
     8 -------------------------------
     9 
    10 * November 2009, Brian Huffman, PSU
    11   New definitional domain package for HOLCF.
    12 
    13 * November 2009: Robert Himmelmann, TUM
    14   Derivation and Brouwer's fixpoint theorem in Multivariate Analysis.
    15 
    16 * November 2009: Stefan Berghofer and Lukas Bulwahn, TUM
    17   A tabled implementation of the reflexive transitive closure.
    18 
    19 * November 2009: Lukas Bulwahn, TUM
    20   Predicate Compiler: a compiler for inductive predicates to
    21   equational specifications.
    22  
    23 * November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris
    24   HOL-Boogie: an interactive prover back-end for Boogie and VCC.
    25 
    26 * October 2009: Jasmin Blanchette, TUM
    27   Nitpick: yet another counterexample generator for Isabelle/HOL.
    28 
    29 * October 2009: Sascha Boehme, TUM
    30   Extension of SMT method: proof-reconstruction for the SMT solver Z3.
    31 
    32 * October 2009: Florian Haftmann, TUM
    33   Refinement of parts of the HOL datatype package.
    34 
    35 * October 2009: Florian Haftmann, TUM
    36   Generic term styles for term antiquotations.
    37 
    38 * September 2009: Thomas Sewell, NICTA
    39   More efficient HOL/record implementation.
    40 
    41 * September 2009: Sascha Boehme, TUM
    42   SMT method using external SMT solvers.
    43 
    44 * September 2009: Florian Haftmann, TUM
    45   Refinement of sets and lattices.
    46 
    47 * July 2009: Jeremy Avigad and Amine Chaieb
    48   New number theory.
    49 
    50 * July 2009: Philipp Meyer, TUM
    51   HOL/Library/Sum_Of_Squares: functionality to call a remote csdp
    52   prover.
    53 
    54 * July 2009: Florian Haftmann, TUM
    55   New quickcheck implementation using new code generator.
    56 
    57 * July 2009: Florian Haftmann, TUM
    58   HOL/Library/FSet: an explicit type of sets; finite sets ready to use
    59   for code generation.
    60 
    61 * June 2009: Florian Haftmann, TUM
    62   HOL/Library/Tree: search trees implementing mappings, ready to use
    63   for code generation.
    64 
    65 * March 2009: Philipp Meyer, TUM
    66   Minimization tool for results from Sledgehammer.
    67 
    68 
    69 Contributions to Isabelle2009
    70 -----------------------------
    71 
    72 * March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of
    73   Cambridge
    74   Elementary topology in Euclidean space.
    75 
    76 * March 2009: Johannes Hoelzl, TUM
    77   Method "approximation", which proves real valued inequalities by
    78   computation.
    79 
    80 * February 2009: Filip Maric, Univ. of Belgrade
    81   A Serbian theory.
    82 
    83 * February 2009: Jasmin Christian Blanchette, TUM
    84   Misc cleanup of HOL/refute.
    85 
    86 * February 2009: Timothy Bourke, NICTA
    87   New find_consts command.
    88 
    89 * February 2009: Timothy Bourke, NICTA
    90   "solves" criterion for find_theorems and auto_solve option
    91 
    92 * December 2008: Clemens Ballarin, TUM
    93   New locale implementation.
    94 
    95 * December 2008: Armin Heller, TUM and Alexander Krauss, TUM
    96   Method "sizechange" for advanced termination proofs.
    97 
    98 * November 2008: Timothy Bourke, NICTA
    99   Performance improvement (factor 50) for find_theorems.
   100 
   101 * 2008: Florian Haftmann, TUM
   102   Various extensions and restructurings in HOL, improvements
   103   in evaluation mechanisms, new module binding.ML for name bindings.
   104 
   105 * October 2008: Fabian Immler, TUM
   106   ATP manager for Sledgehammer, based on ML threads instead of Posix
   107   processes.  Additional ATP wrappers, including remote SystemOnTPTP
   108   services.
   109 
   110 * September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen
   111   Prover for coherent logic.
   112 
   113 * August 2008: Fabian Immler, TUM
   114   Vampire wrapper script for remote SystemOnTPTP service.
   115 
   116 
   117 Contributions to Isabelle2008
   118 -----------------------------
   119 
   120 * 2007/2008:
   121   Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM
   122   HOL library improvements.
   123 
   124 * 2007/2008: Brian Huffman, PSU
   125   HOLCF library improvements.
   126 
   127 * 2007/2008: Stefan Berghofer, TUM
   128   HOL-Nominal package improvements.
   129 
   130 * March 2008: Markus Reiter, TUM
   131   HOL/Library/RBT: red-black trees.
   132 
   133 * February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and
   134   Lukas Bulwahn, TUM and John Matthews, Galois:
   135   HOL/Library/Imperative_HOL: Haskell-style imperative data structures
   136   for HOL.
   137 
   138 * December 2007: Norbert Schirmer, Uni Saarbruecken
   139   Misc improvements of record package in HOL.
   140 
   141 * December 2007: Florian Haftmann, TUM
   142   Overloading and class instantiation target.
   143 
   144 * December 2007: Florian Haftmann, TUM
   145   New version of primrec package for local theories.
   146 
   147 * December 2007: Alexander Krauss, TUM
   148   Method "induction_scheme" in HOL.
   149 
   150 * November 2007: Peter Lammich, Uni Muenster
   151   HOL-Lattice: some more lemmas.
   152 
   153 
   154 Contributions to Isabelle2007
   155 -----------------------------
   156 
   157 * October 2007: Norbert Schirmer, TUM / Uni Saarbruecken
   158   State Spaces: The Locale Way (in HOL).
   159 
   160 * October 2007: Mark A. Hillebrand, DFKI
   161   Robust sub/superscripts in LaTeX document output.
   162 
   163 * August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian
   164     Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois
   165   HOL-Word: a library for fixed-size machine words in Isabelle.
   166 
   167 * August 2007: Brian Huffman, PSU
   168   HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type.
   169 
   170 * June 2007: Amine Chaieb, TUM
   171   Semiring normalization and Groebner Bases.
   172   Support for dense linear orders.
   173 
   174 * June 2007: Joe Hurd, Oxford
   175   Metis theorem-prover.
   176 
   177 * 2007: Kong W. Susanto, Cambridge
   178   HOL: Metis prover integration.
   179 
   180 * 2007: Stefan Berghofer, TUM
   181   HOL: inductive predicates and sets.
   182 
   183 * 2007: Norbert Schirmer, TUM
   184   HOL/record: misc improvements.
   185 
   186 * 2006/2007: Alexander Krauss, TUM
   187   HOL: function package and related theories on termination.
   188 
   189 * 2006/2007: Florian Haftmann, TUM
   190   Pure: generic code generator framework.
   191   Pure: class package.
   192   HOL: theory reorganization, code generator setup.
   193 
   194 * 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and
   195     Julien Narboux, TUM
   196   HOL/Nominal package and related tools.
   197 
   198 * November 2006: Lukas Bulwahn, TUM
   199   HOL: method "lexicographic_order" for function package.
   200 
   201 * October 2006: Stefan Hohe, TUM
   202   HOL-Algebra: ideals and quotients over rings.
   203 
   204 * August 2006: Amine Chaieb, TUM
   205   Experimental support for generic reflection and reification in HOL.
   206 
   207 * July 2006: Rafal Kolanski, NICTA
   208   Hex (0xFF) and binary (0b1011) numerals.
   209 
   210 * May 2006: Klaus Aehlig, LMU
   211   Command 'normal_form': normalization by evaluation.
   212 
   213 * May 2006: Amine Chaieb, TUM
   214   HOL-Complex: Ferrante and Rackoff Algorithm for linear real
   215   arithmetic.
   216 
   217 * February 2006: Benjamin Porter, NICTA
   218   HOL and HOL-Complex: generalised mean value theorem, continuum is
   219   not denumerable, harmonic and arithmetic series, and denumerability
   220   of rationals.
   221 
   222 * October 2005: Martin Wildmoser, TUM
   223   Sketch for Isar 'guess' element.
   224 
   225 
   226 Contributions to Isabelle2005
   227 -----------------------------
   228 
   229 * September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM
   230   HOL-Complex: Formalization of Taylor series.
   231 
   232 * September 2005: Stephan Merz, Alwen Tiu, QSL Loria
   233   Components for SAT solver method using zChaff.
   234 
   235 * September 2005: Ning Zhang and Christian Urban, LMU Munich
   236   A Chinese theory.
   237 
   238 * September 2005: Bernhard Haeupler, TUM
   239   Method comm_ring for proving equalities in commutative rings.
   240 
   241 * July/August 2005: Jeremy Avigad, Carnegie Mellon University
   242   Various improvements of the HOL and HOL-Complex library.
   243 
   244 * July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM
   245   Some structured proofs about completeness of real numbers.
   246 
   247 * May 2005: Rafal Kolanski and Gerwin Klein, NICTA
   248   Improved retrieval of facts from theory/proof context.
   249 
   250 * February 2005: Lucas Dixon, University of Edinburgh
   251   Improved subst method.
   252 
   253 * 2005: Brian Huffman, OGI
   254   Various improvements of HOLCF.
   255   Some improvements of the HOL-Complex library.
   256 
   257 * 2005: Claire Quigley and Jia Meng, University of Cambridge
   258   Some support for asynchronous communication with external provers
   259   (experimental).
   260 
   261 * 2005: Florian Haftmann, TUM
   262   Contributions to document 'sugar'.
   263   Various ML combinators, notably linear functional transformations.
   264   Some cleanup of ML legacy.
   265   Additional antiquotations.
   266   Improved Isabelle web site.
   267 
   268 * 2004/2005: David Aspinall, University of Edinburgh
   269   Various elements of XML and PGIP based communication with user
   270   interfaces (experimental).
   271 
   272 * 2004/2005: Gerwin Klein, NICTA
   273   Contributions to document 'sugar'.
   274   Improved Isabelle web site.
   275   Improved HTML presentation of theories.
   276 
   277 * 2004/2005: Clemens Ballarin, TUM
   278   Provers: tools for transitive relations and quasi orders.
   279   Improved version of locales, notably interpretation of locales.
   280   Improved version of HOL-Algebra.
   281 
   282 * 2004/2005: Amine Chaieb, TUM
   283   Improved version of HOL presburger method.
   284 
   285 * 2004/2005: Steven Obua, TUM
   286   Improved version of HOL/Import, support for HOL-Light.
   287   Improved version of HOL-Complex-Matrix.
   288   Pure/defs: more sophisticated checks on well-formedness of overloading.
   289   Pure/Tools: an experimental evaluator for lambda terms.
   290 
   291 * 2004/2005: Norbert Schirmer, TUM
   292   Contributions to document 'sugar'.
   293   Improved version of HOL/record.
   294 
   295 * 2004/2005: Sebastian Skalberg, TUM
   296   Improved version of HOL/Import.
   297   Some internal ML reorganizations.
   298 
   299 * 2004/2005: Tjark Weber, TUM
   300   SAT solver method using zChaff.
   301   Improved version of HOL/refute.