diff --git a/configure.ac b/configure.ac index 6d8369ef7..1ef411049 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl -AC_INIT([gambit],[16.1.1]) +AC_INIT([gambit],[16.2.0]) AC_CONFIG_SRCDIR([src/gambit.h]) AM_INIT_AUTOMAKE([subdir-objects foreign]) dnl AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/mac/Info.plist b/contrib/mac/Info.plist index 65467e8de..d12ca0f90 100644 --- a/contrib/mac/Info.plist +++ b/contrib/mac/Info.plist @@ -19,13 +19,13 @@ CFBundleSignature ???? CFBundleVersion - 16.1.1 + 16.2.0 CFBundleShortVersionString - 16.1.1 + 16.2.0 CFBundleGetInfoString - Gambit version 16.1.1, (c) 1994-2024 The Gambit Project + Gambit version 16.2.0, (c) 1994-2024 The Gambit Project CFBundleLongVersionString - 16.1.1, (c) 1994-2024 The Gambit Project + 16.2.0, (c) 1994-2024 The Gambit Project NSHumanReadableCopyright Copyright 1994-2024 The Gambit Project LSRequiresCarbon diff --git a/doc/2x2x2.nfg b/doc/2x2x2.nfg new file mode 100644 index 000000000..8c97914fe --- /dev/null +++ b/doc/2x2x2.nfg @@ -0,0 +1,19 @@ +NFG 1 R "2x2x2 Example from McKelvey-McLennan, with 9 Nash equilibria, 2 totally mixed" { "Player 1" "Player 2" "Player 3" } + +{ { "1" "2" } +{ "1" "2" } +{ "1" "2" } +} +"" + +{ +{ "" 9, 8, 12 } +{ "" 0, 0, 0 } +{ "" 0, 0, 0 } +{ "" 9, 8, 2 } +{ "" 0, 0, 0 } +{ "" 3, 4, 6 } +{ "" 3, 4, 6 } +{ "" 0, 0, 0 } +} +1 2 3 4 5 6 7 8 diff --git a/doc/conf.py b/doc/conf.py index c39ad1f79..9be20a3c1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,16 +42,16 @@ # General information about the project. project = "Gambit" -copyright = '1994-2023, The Gambit Project' # noqa +copyright = "1994-2024, The Gambit Project" # noqa # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = "16.1" +version = "16.2" # The full version, including alpha/beta/rc tags. -release = "16.1.1" +release = "16.2.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index 8aae236e6..3a59c5426 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -33,7 +33,7 @@ made. If you are citing Gambit in a paper, we suggest a citation of the form: Savani, Rahul and Turocy, Theodore L. (2024) - Gambit: The package for computation in game theory, Version 16.1.1. + Gambit: The package for computation in game theory, Version 16.2.0. http://www.gambit-project.org. Replace the version number and year as appropriate if you use a diff --git a/doc/tools.convert.rst b/doc/tools.convert.rst index 6c603c5d3..e13804b0e 100644 --- a/doc/tools.convert.rst +++ b/doc/tools.convert.rst @@ -40,7 +40,7 @@ Example invocation for HTML output:: $ gambit-convert -O html 2x2.nfg Convert games among various file formats - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL

Two person 2 x 2 game with unique mixed equilibrium

@@ -55,7 +55,7 @@ Example invocation for LaTeX output:: $ gambit-convert -O sgame 2x2.nfg Convert games among various file formats - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL \begin{game}{2}{2}[Player 1][Player 2] diff --git a/doc/tools.enummixed.rst b/doc/tools.enummixed.rst index 2fa9f49c2..56bd0ba94 100644 --- a/doc/tools.enummixed.rst +++ b/doc/tools.enummixed.rst @@ -70,7 +70,7 @@ in Figure 2 of Selten (International Journal of Game Theory, $ gambit-enummixed e02.nfg Compute Nash equilibria by enumerating extreme points - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project Enumeration code based on lrslib 4.2b, Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca) This is free software, distributed under the GNU GPL @@ -84,7 +84,7 @@ information using the `-c` switch:: $ gambit-enummixed -c e02.nfg Compute Nash equilibria by enumerating extreme points - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project Enumeration code based on lrslib 4.2b, Copyright (C) 1995-2005 by David Avis (avis@cs.mcgill.ca) This is free software, distributed under the GNU GPL diff --git a/doc/tools.enumpoly.rst b/doc/tools.enumpoly.rst index e580948c4..03b79943f 100644 --- a/doc/tools.enumpoly.rst +++ b/doc/tools.enumpoly.rst @@ -75,7 +75,7 @@ Computing equilibria of the extensive game :download:`e01.efg $ gambit-enumpoly e01.efg Compute Nash equilibria by solving polynomial systems - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project Heuristic search implementation Copyright (C) 2006, Litao Wei This is free software, distributed under the GNU GPL diff --git a/doc/tools.enumpure.rst b/doc/tools.enumpure.rst index 301c715ee..a62696357 100644 --- a/doc/tools.enumpure.rst +++ b/doc/tools.enumpure.rst @@ -66,7 +66,7 @@ Computing the pure-strategy equilibria of extensive game :download:`e02.efg $ gambit-enumpure e02.efg Search for Nash equilibria in pure strategies - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,0,1,0 @@ -77,7 +77,7 @@ strategies:: $ gambit-enumpure -S e02.efg Search for Nash equilibria in pure strategies - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,1,0 @@ -88,7 +88,7 @@ only one information set; therefore the set of solutions is larger:: $ gambit-enumpure -A e02.efg Search for Nash equilibria in pure strategies - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,1,0,1,0 diff --git a/doc/tools.gnm.rst b/doc/tools.gnm.rst index 13a1ffc78..4e906706c 100644 --- a/doc/tools.gnm.rst +++ b/doc/tools.gnm.rst @@ -88,7 +88,7 @@ the reduced strategic form of the example in Figure 2 of Selten $ gambit-gnm e02.nfg Compute Nash equilibria using a global Newton method Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,2.99905e-12,0.5,0.5 diff --git a/doc/tools.ipa.rst b/doc/tools.ipa.rst index eaaf7e37f..2b38c16f5 100644 --- a/doc/tools.ipa.rst +++ b/doc/tools.ipa.rst @@ -55,7 +55,7 @@ the reduced strategic form of the example in Figure 2 of Selten $ gambit-ipa e02.nfg Compute Nash equilibria using iterated polymatrix approximation Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1.000000,0.000000,0.000000,1.000000,0.000000 diff --git a/doc/tools.lcp.rst b/doc/tools.lcp.rst index 07bfdf005..eb81d3c68 100644 --- a/doc/tools.lcp.rst +++ b/doc/tools.lcp.rst @@ -73,7 +73,7 @@ Computing an equilibrium of extensive game :download:`e02.efg $ gambit-lcp e02.efg Compute Nash equilibria by solving a linear complementarity program - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,1/2,1/2,1/2,1/2 diff --git a/doc/tools.liap.rst b/doc/tools.liap.rst index 0ceac416f..db7d58a1a 100644 --- a/doc/tools.liap.rst +++ b/doc/tools.liap.rst @@ -85,7 +85,7 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg $ gambit-liap e02.nfg Compute Nash equilibria by minimizing the Lyapunov function - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE, 0.998701, 0.000229, 0.001070, 0.618833, 0.381167 diff --git a/doc/tools.logit.rst b/doc/tools.logit.rst index 97b910a8e..859ee95f0 100644 --- a/doc/tools.logit.rst +++ b/doc/tools.logit.rst @@ -102,7 +102,7 @@ in Figure 2 of Selten (International Journal of Game Theory, $ gambit-logit e02.nfg Compute a branch of the logit equilibrium correspondence - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL 0.000000,0.333333,0.333333,0.333333,0.5,0.5 diff --git a/doc/tools.lp.rst b/doc/tools.lp.rst index f6c65eda7..a065328ce 100644 --- a/doc/tools.lp.rst +++ b/doc/tools.lp.rst @@ -65,7 +65,7 @@ strategies each, with a unique equilibrium in mixed strategies:: $ gambit-lp 2x2const.nfg Compute Nash equilibria by solving a linear program - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1/3,2/3,1/3,2/3 diff --git a/doc/tools.simpdiv.rst b/doc/tools.simpdiv.rst index 27f640bd9..9b411e855 100644 --- a/doc/tools.simpdiv.rst +++ b/doc/tools.simpdiv.rst @@ -92,7 +92,7 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg $ gambit-simpdiv e02.nfg Compute Nash equilibria using simplicial subdivision - Gambit version 16.1.1, Copyright (C) 1994-2023, The Gambit Project + Gambit version 16.2.0, Copyright (C) 1994-2024, The Gambit Project This is free software, distributed under the GNU GPL NE,1,0,0,1,0 diff --git a/gambit.wxs b/gambit.wxs index 7139b8f94..424524070 100644 --- a/gambit.wxs +++ b/gambit.wxs @@ -1,6 +1,6 @@ - + diff --git a/setup.py b/setup.py index 78c3c2e2d..e926c08f3 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def readme(): setuptools.setup( name="pygambit", - version="16.1.1", + version="16.2.0", description="The package for computation in game theory", long_description=readme(), classifiers=[ diff --git a/src/games/agg/trie_map.cc b/src/games/agg/trie_map.cc index 58306bc6e..852d7479f 100644 --- a/src/games/agg/trie_map.cc +++ b/src/games/agg/trie_map.cc @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org) // Albert Xin Jiang // // FILE: src/libagg/trie_map.cc diff --git a/src/games/behavpure.cc b/src/games/behavpure.cc index 0f7817f2f..81d52cdbc 100644 --- a/src/games/behavpure.cc +++ b/src/games/behavpure.cc @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org // // FILE: src/games/behavpure.cc // Implementation of pure behavior profile diff --git a/src/games/behavpure.h b/src/games/behavpure.h index ddeee0b65..7587dd046 100644 --- a/src/games/behavpure.h +++ b/src/games/behavpure.h @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org) // // FILE: src/games/behavpure.h // Declaration of pure behavior profile diff --git a/src/games/gameexpl.cc b/src/games/gameexpl.cc index fca6069ab..a7083e7f1 100644 --- a/src/games/gameexpl.cc +++ b/src/games/gameexpl.cc @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org) // // FILE: src/games/gameexpl.cc // Implementation of support for explicit internal representations of games diff --git a/src/games/gameobject.h b/src/games/gameobject.h index 7abac8336..d7584d978 100644 --- a/src/games/gameobject.h +++ b/src/games/gameobject.h @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org) // // FILE: src/libgambit/game.h // Declaration of base class for representing games diff --git a/src/games/stratpure.h b/src/games/stratpure.h index 444f787f1..398b20743 100644 --- a/src/games/stratpure.h +++ b/src/games/stratpure.h @@ -1,6 +1,6 @@ // // This file is part of Gambit -// Copyright (c) 1994-2023, The Gambit Project (http://www.gambit-project.org) +// Copyright (c) 1994-2024, The Gambit Project (http://www.gambit-project.org) // // FILE: src/games/stratpure.h // Declaration of pure strategy profile diff --git a/src/pygambit/__init__.py b/src/pygambit/__init__.py index 453a0c9f6..d2abc1531 100644 --- a/src/pygambit/__init__.py +++ b/src/pygambit/__init__.py @@ -29,4 +29,4 @@ supports, # noqa: F401 ) -__version__ = "16.1.1" +__version__ = "16.2.0"