forked from gambitproject/gambit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number for release 13.1.2.
- Loading branch information
Showing
10 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 59,7 @@ Example invocation:: | |
|
||
$ gambit-enumpure < e02.efg | ||
Search for Nash equilibria in pure strategies | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,1,0,1,0 | ||
|
@@ -142,7 142,7 @@ Example invocation:: | |
|
||
$ gambit-enumpoly < e01.efg | ||
Compute Nash equilibria by solving polynomial systems | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
Heuristic search implementation Copyright (C) 2006, Litao Wei | ||
This is free software, distributed under the GNU GPL | ||
|
||
|
@@ -221,7 221,7 @@ Example invocation:: | |
|
||
$ gambit-enummixed < e02.nfg | ||
Compute Nash equilibria by enumerating extreme points | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
Enumeration code based on lrslib 4.2b, | ||
Copyright (C) 1995-2005 by David Avis ([email protected]) | ||
This is free software, distributed under the GNU GPL | ||
|
@@ -235,7 235,7 @@ information using the `-c` switch:: | |
$ gambit-enummixed -c < ../contrib/games/e02.nfg | ||
Compute Nash equilibria by enumerating extreme points | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
Enumeration code based on lrslib 4.2b, | ||
Copyright (C) 1995-2005 by David Avis ([email protected]) | ||
This is free software, distributed under the GNU GPL | ||
|
@@ -293,7 293,7 @@ Example invocation:: | |
$ 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 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,2.99905e-12,0.5,0.5 | ||
|
@@ -341,7 341,7 @@ Example invocation:: | |
$ 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 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1.000000,0.000000,0.000000,1.000000,0.000000 | ||
|
@@ -420,7 420,7 @@ Example invocation:: | |
|
||
$ gambit-lcp < e02.efg | ||
Compute Nash equilibria by solving a linear complementarity program | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,1/2,1/2,1/2,1/2 | ||
|
@@ -473,7 473,7 @@ Example invocation:: | |
|
||
$ gambit-lp < 2x2const.nfg | ||
Compute Nash equilibria by solving a linear program | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1/3,2/3,1/3,2/3 | ||
|
@@ -538,7 538,7 @@ Example invocation:: | |
|
||
$ gambit-liap < ../contrib/games/e02.nfg | ||
Compute Nash equilibria by minimizing the Lyapunov function | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE, 0.998701, 0.000229, 0.001070, 0.618833, 0.381167 | ||
|
@@ -626,7 626,7 @@ Example invocation:: | |
|
||
$ gambit-simpdiv < e02.nfg | ||
Compute Nash equilibria using simplicial subdivision | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
NE,1,0,0,1,0 | ||
|
@@ -723,7 723,7 @@ Example invocation:: | |
|
||
$ gambit-logit < e02.nfg | ||
Compute a branch of the logit equilibrium correspondence | ||
Gambit version 13.1.1, Copyright (C) 1994-2013, The Gambit Project | ||
Gambit version 13.1.2, Copyright (C) 1994-2013, The Gambit Project | ||
This is free software, distributed under the GNU GPL | ||
|
||
0.000000,0.333333,0.333333,0.333333,0.5,0.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 65,4 @@ | |
<ComponentRef Id="ApplicationShortcut"/> | ||
</Feature> | ||
</Product> | ||
</Wix> | ||
</Wix> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 40,7 @@ | |
include_dirs=[ ".." ] ) | ||
|
||
setup(name="gambit", | ||
version="13.1.1", | ||
version="13.1.2", | ||
description="Software tools for game theory", | ||
author="Theodore Turocy", | ||
author_email="[email protected]", | ||
|