fix incorrect 64-bit detection -- powerpc64le doesn't end in 64 but is 64-bit (#8955)
[cvc5.git] / THANKS
1 Thanks to:
2
3 - Chad Brewbaker for fixing a memory leak in 2017.
4
5 - Adam Buchbinder of Google for submitting patches in November 2013 to fix a
6 number of issues with CVC3 (which were also applicable to CVC4's compatibility
7 interface).
8
9 - David Cok of GrammaTech, Inc., for suggesting numerous improvements in CVC4's
10 SMT-LIBv2 compliance in 2013 and 2014.
11
12 - Peter Collingbourne (formerly of the Multicore Programming Group at Imperial
13 College London, headed by Alastair Donaldson) for developing and submitting a
14 number of patches in September 2012 related to SMT-LIBv2 compliance.
15
16 - Simon Dierl for fixing the ENABLE_BEST option in the build system in 2019.
17
18 - Finn Haedicke of University of Bremen, Germany for fixing namespace specifiers
19 in CVC4's version of minisat in 2015.
20
21 - Pat Hawks for writing tests for CVC4's Java API.
22
23 - Thomas Hunger for some important patches to CVC4's SWIG interfaces in March
24 2014.
25
26 - Andrew V. Jones for several fixes in 2019 and 2020.
27
28 - Mark Laws for fixes in the test suite for Windows in 2017.
29
30 - Ken Matsui for fixing compiler warnings in 2019.
31
32 - Cristian Mattarei of Stanford University for fixing an issue with parsing
33 floating point numbers in 2017.
34
35 - Jordy Ruiz of University of Toulouse for fixing throw specifiers on the theory
36 output channels in 2015.
37
38 - Clement Pit-Claudel of MIT for improving the signal handling support for
39 Windows builds in 2017.
40
41 - Florian Schanda for improving the readability of output of get-model in 2018.
42
43 - Tom Smeding for a fix in the contrib/get-antlr-3.4 script in 2018.
44
45 - Piotr Troja for several fixes in 2019.
46
47 - Arjun Viswanathan for improvements in the CVC and the SMT2 parser.
48
49 - Amalee Wilson for a modification of our branch-and-bound method in the linear
50 integer solver to generate ternary clauses instead of binary clauses in 2020.
51 The new method is inspired by the Unit-Cube Tests of Bromberger and Weidenbach
52 at IJCAR'2016.
53
54 - Fabian Wolff in 2016 for fixing several spelling mistakes.
55
56 - Justin Xu for contributing to refactoring CVC4's preprocessing infrastructure.