File: AUTHORS

package info (click to toggle)
gambit 0.2006.01.20-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,296 kB
  • ctags: 11,027
  • sloc: cpp: 87,537; sh: 8,240; ansic: 720; makefile: 691
file content (99 lines) | stat: -rw-r--r-- 3,002 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
-*-text-*-

This is Gambit, an Open Source software project dedicated to developing and
providing tools and methods for computation in game theory.

Contacting Gambit:
------------------

The Gambit developers can be reached at
gambit (at) econmail (dot) tamu (dot) edu, or individually at email 
addresses listed below.

The surface mail contact address for Gambit is

The Gambit Project
c/o Theodore Turocy
Department of Economics
Texas A&M University
4228 TAMU
College Station TX 77843

Main Developers:
----------------

Richard D. McKelvey
Andrew M. McLennan -- mclennan (at) icarus (dot) socsci (dot) umn (dot) edu
Theodore L. Turocy -- arbiter (at) econ (dot) tamu (dot) edu


Other sources of code in this distribution:
-------------------------------------------

Gambit incorporates portions of other software packages in this distribution.
These are acknowledged individually below.

Pelican:
--------
The code in sources/pelican is the Pelican system, 
copyright (C) 1995 by Birk Huber, modified only to work within the
Gambit build system.

Integer/Rational classes:
-------------------------
The files integer.(cc,h), rational.(cc,h), and gnulib.(cc,h) in
sources/base are from an old GNU g++ library, with copyright statement:

Copyright (C) 1988 Free Software Foundation
    written by Doug Lea (dl@rocky.oswego.edu)

These files have been modified only to work as appropriate with other
Gambit classes.

Function minimization code:
---------------------------
The files gfuncmin.(cc,h) in sources/numerical contain source code derived
from the GNU Scientific Library, version 1.2.  The original files have
the copyright statement:

Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi

These files have been modified only to port them from C to C++ and
to use the gFunction class.

Clique determination:
---------------------
The gambit-nfg-enummixed program incorporates the code of 
Bernhard von Stengel to determine the connectedness of components of
Nash equilibria.  (BvS has also contributed numerous other improvements
and fixes to other areas of Gambit.)

Gametracer:
-----------
The global Newton and iterated polymatrix implementations are based on
those in Gametracer 0.2, copyright (C) 2002 by Ben Blum and
Christian Shelton, distributed under the GPL.  See the directory
sources/tools/gt in the distribution.

wxSheet classes:
----------------
The graphical interface makes significant use of the wxSheet classes for
wxWidgets, which are Copyright (C) 2004-5 by John Labenski, and distributed
under the wxWidgets license.  The version included here is the version
dated 20 July 2005; see http://wxcode.sourceforge.net for details on these
classes.

TinyXML parser:
---------------
The graphical interface reads and writes files in XML format.  The parsing
is done using the TinyXml package from http://www.grinninglizard.com/tinyxml,
and is distributed under the zlib license.  These are the files named
tiny* in the sources/gui directory of the distribution.